Skip to content

Commit

Permalink
Fix documentation for TimedCaptureMode.trim_data_seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
huffman committed Jan 31, 2024
1 parent d424d05 commit dbd6331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/saleae/automation/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class TimedCaptureMode:
duration_seconds: float

#: Seconds of data at end of capture to keep. If unspecified, all data will be kept.
#: Note, this retains the latest X seconds. If specified, the final recording length will be approximately duration_seconds-trim_data_seconds, retaining the latest data.
#: Note, this retains the latest X seconds. If specified, the final recording length will be approximately trim_data_seconds, retaining the latest data.
trim_data_seconds: Optional[float] = None


Expand Down

0 comments on commit dbd6331

Please sign in to comment.