NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

SwitchScanRepeatMode Enumeration

SwitchScanRepeatMode Enumeration

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 nameValueDescription
Finite10172 The task advances through the scan list one time only. NI-DAQmx ignores any Advance Triggers after completing the scan list.
Continuous10117 The task returns to the beginning of the scan list when it reaches the end of the scan list.

See Also

In This Section
Was this information helpful?