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
| Name | Type | Description |
|---|---|---|
trigger_type | DigitalTriggerType | |
trigger_channel_index | int | |
min_pulse_width_seconds | Optional[float] | |
max_pulse_width_seconds | Optional[float] | |
linked_channels | List[DigitalTriggerLinkedChannel] | |
trim_data_seconds | Optional[float] | |
after_trigger_seconds | Optional[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.