NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents

Deprecated >> Break Mode

Deprecated >> Break Mode

Data Type: int32
Description: (Deprecated) 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

Was this information helpful?