Skip to content

Commit

Permalink
Merge pull request #40 from saleae/fix/trim-data-seconds-docs
Browse files Browse the repository at this point in the history
Fix documentation for TimedCaptureMode.trim_data_seconds
  • Loading branch information
huffman authored Jan 31, 2024
2 parents d424d05 + dbd6331 commit 1614119
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 1614119

Please sign in to comment.