EdgeTrigger
Trigger settings object
Attributes
| Name | Type | Description |
|---|---|---|
channel_index | Optional[int] | |
channel_name | Optional[str] | |
threshold_volts | float | |
direction | EdgeTriggerDirection | |
holdoff_seconds | float |
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
AI/LLM users: see llms-mso-api.txt for machine-readable documentation.