NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents

Deprecated >> Repeat Mode

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

Was this information helpful?