CaptureConfiguration
The top-level capture configuration provided to the start_capture function.
Attributes
| Name | Type | Description |
|---|---|---|
buffer_size_megabytes | Optional[int] | |
capture_mode | CaptureMode | | The capture mode. This can be one of the following: | ManualCaptureMode | (Looping mode in the software. Stop this capture with the stop() function) | TimedCaptureMode | This will record until the specified duration has been captured. Use the wait() function to block until the capture is complete. | DigitalTriggerCaptureMode | This will set the digital trigger and record until the trigger has been found and the post-trigger length has been recorded. Use the wait() function to block until the capture is complete. |
Methods
AI/LLM users: see llms-automation.txt for machine-readable documentation.