AnalogTriggered
Bases: CaptureSettings
Settings for a capture triggered by an analog signal
Attributes
| Name | Type | Description |
|---|---|---|
trigger | EdgeTrigger | |
pre_trigger_seconds | float | |
post_trigger_seconds | float | |
timeout_seconds | float |
Methods
__init__(trigger: EdgeTrigger, pre_trigger_seconds: float = 0.0005, post_trigger_seconds: float = 0.0005, timeout_seconds: float = 1.0) -> None
AI/LLM users: see llms-mso-api.txt for machine-readable documentation.