Repeat Mode

NI-DAQmx C Properties

Repeat Mode

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