SwitchScanRepeatMode Enumeration
- Updated2026-02-03
- 1 minute(s) read
Obsolete: This enum is obsolete. Will warn if used
Specifies if the task advances through the scan list multiple times.
Syntax
Namespace: NationalInstruments.DAQmx
public enum SwitchScanRepeatMode
Members
| 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. |