Deprecated >> Break Mode
- Updated2023-03-16
- 1 minute(s) read
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