SwitchScanMode Enumeration
- Updated2026-01-20
- 1 minute(s) read
Defines the values required for the Mode property.
Syntax
Namespace: NationalInstruments.ModularInstruments.NISwitch
public enum SwitchScanMode
Members
| Name | Value | Description |
|---|---|---|
| None | (int)0 | Specifies no implicit action on connections when scanning. |
| BreakBeforeMake | (int)1 | Specifies that the switch device breaks existing connections before making new connections. |
| BreakAfterMake | (int)2 | Specifies that the switch device breaks existing connections after making new connections. |