![]() |
Mode






Public Data Item |
Declared in: NiIviSwtch.h |
Declaration
long Mode;
Description
Specifies what happens to existing connections that conflict with the connections you make in a scan list. For example, if CH1 is already connected to CH2 and the scan list instructs the switch module to connect CH1 to CH3, this property specifies what happens to the connection between CH1 and CH2.
The following list includes valid values:
- CNiIviSwtch::None - Take no action on existing connections
- CNiIviSwtch::BreakBeforeMake - Break existing connections before making new connections.
- CNiIviSwtch::BreakAfterMake - Make new connections, then break existing connections