SwitchTriggerInputPolarity Enumeration
- Updated2026-01-20
- 1 minute(s) read
Defines the values required for the TriggerInput property.
Syntax
Namespace: NationalInstruments.ModularInstruments.NISwitch
public enum SwitchTriggerInputPolarity
Members
| Name | Value | Description |
|---|---|---|
| RisingEdge | (int)0 | Specifies that the trigger occurs on the rising edge of the signal. |
| FallingEdge | (int)1 | Specifies that the trigger occurs on the falling edge of the signal. |