Break Mode

NI-DAQmx C Properties

Break Mode

Data Type: int32
Description: Specifies the action to take between each entry in a scan list.

Valid values

DAQmx_Val_NoAction 10227 When advancing to the next entry in the scan list, leave all previous connections intact.
DAQmx_Val_BreakBeforeMake 10110 When advancing to the next entry in the scan list, disconnect all previous connections before making any new connections.


You can get/set/reset this property using:
  DAQmxGetSwitchScanBreakMode
  DAQmxSetSwitchScanBreakMode
  DAQmxResetSwitchScanBreakMode