EdgeTrigger

Trigger settings object

Attributes

NameTypeDescription
channel_indexOptional[int]
channel_nameOptional[str]
threshold_voltsfloat
directionEdgeTriggerDirection
holdoff_secondsfloat

Methods

__init__(channel_index: Optional[int] = None, channel_name: Optional[str] = None, threshold_volts: float = 0.0, direction: EdgeTriggerDirection = EdgeTriggerDirection.RISING, holdoff_seconds: float = 0.0) -> None
to_dict() -> Dict[str, Any]
classmethod from_dict(dict_version: Dict[str, Any]) -> EdgeTrigger
AI/LLM users: see llms-mso-api.txt for machine-readable documentation.