AnalogTriggered

Bases: CaptureSettings

Settings for a capture triggered by an analog signal

Attributes

NameTypeDescription
triggerEdgeTrigger
pre_trigger_secondsfloat
post_trigger_secondsfloat
timeout_secondsfloat

Methods

__init__(trigger: EdgeTrigger, pre_trigger_seconds: float = 0.0005, post_trigger_seconds: float = 0.0005, timeout_seconds: float = 1.0) -> None
to_dict() -> Dict[str, Any]
classmethod from_dict(dict_version: Dict[str, Any]) -> AnalogTriggered
AI/LLM users: see llms-mso-api.txt for machine-readable documentation.