SwitchRelayPosition Enumeration
- Updated2026-01-20
- 1 minute(s) read
Indicates whether the relay is open or closed.
Syntax
Namespace: NationalInstruments.ModularInstruments.NISwitch
public enum SwitchRelayPosition
Members
| Name | Value | Description |
|---|---|---|
| Open | (int)10 | Indicates that the relay is in a open position. |
| Close | (int)11 | Indicates that the relay is in a close position. |