Deprecated >> Repeat Mode
- Updated2023-03-16
- 1 minute(s) read
Deprecated >> Repeat Mode
Data Type: | int32 |
Description: | (Deprecated) Specifies if the task advances through the scan list multiple times. |
Valid values
DAQmx_Val_Finite | 10172 | The task advances through the scan list one time only. NI-DAQmx ignores any Advance Triggers after completing the scan list. |
DAQmx_Val_Cont | 10117 | The task returns to the beginning of the scan list when it reaches the end of the scan list. |
You can get/set/reset this property using:
DAQmxGetSwitchScanRepeatMode
DAQmxSetSwitchScanRepeatMode
DAQmxResetSwitchScanRepeatMode