SwitchScanRepeatMode Enumeration
- Updated2023-02-21
- 1 minute(s) read
SwitchScanRepeatMode Enumeration
Note: This API is now obsolete.
Specifies if the task advances through the scan list multiple times.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
[ObsoleteAttribute("This enum is obsolete.")] public enum SwitchScanRepeatMode
<ObsoleteAttribute("This enum is obsolete.")> Public Enumeration SwitchScanRepeatMode
Members
Member name | Value | Description | |
---|---|---|---|
Finite | 10172 | The task advances through the scan list one time only. NI-DAQmx ignores any Advance Triggers after completing the scan list. | |
Continuous | 10117 | The task returns to the beginning of the scan list when it reaches the end of the scan list. |