CaptureConfiguration

The top-level capture configuration provided to the start_capture function.

Attributes

NameTypeDescription
buffer_size_megabytesOptional[int]
capture_modeCaptureMode| 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

__init__(buffer_size_megabytes: Optional[int] = None, capture_mode: CaptureMode = ManualCaptureMode()) -> None
AI/LLM users: see llms-automation.txt for machine-readable documentation.