DigitalTriggerCaptureMode

This class represents the Digital Trigger Settings, when using start_capture with a digital trigger. Note: When using this mode, the wait() function will wait until the trigger is found and the post-trigger recording length is complete and the capture has ended.

Attributes

NameTypeDescription
trigger_typeDigitalTriggerType
trigger_channel_indexint
min_pulse_width_secondsOptional[float]
max_pulse_width_secondsOptional[float]
linked_channelsList[DigitalTriggerLinkedChannel]
trim_data_secondsOptional[float]
after_trigger_secondsOptional[float]

Methods

__init__(trigger_type: DigitalTriggerType, trigger_channel_index: int, min_pulse_width_seconds: Optional[float] = None, max_pulse_width_seconds: Optional[float] = None, linked_channels: List[DigitalTriggerLinkedChannel] = list(), trim_data_seconds: Optional[float] = None, after_trigger_seconds: Optional[float] = None) -> None
AI/LLM users: see llms-automation.txt for machine-readable documentation.