We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed54d1 commit fc6fb28Copy full SHA for fc6fb28
trsfile/engine/trs.py
@@ -32,9 +32,8 @@ class TrsEngine(Engine):
32
| live_update | Performs live update of the TRS file every N traces. True |
33
| | for updating after every trace and False for never. |
34
+--------------+-----------------------------------------------------------+
35
- | padding_mode | Padding mode to use. The supported values are: |
36
- | | :py:attr:`trsfile.common.TracePadding.NONE` (default) |
37
- | | :py:attr:`trsfile.common.TracePadding.AUTO` |
+ | padding_mode | See :py:class:`trsfile.common.TracePadding`. |
+ | | Defaults to `TracePadding.AUTO`. |
38
39
"""
40
0 commit comments