SwitchRelayAction Enumeration
- Updated2026-01-20
- 1 minute(s) read
Specifies whether to open or close a given relay.
Syntax
Namespace: NationalInstruments.ModularInstruments.NISwitch
public enum SwitchRelayAction
Members
| Name | Value | Description |
|---|---|---|
| OpenRelay | (int)20 | Specifies that you need to open the relay. |
| CloseRelay | (int)21 | Specifies that you need to close the relay. |