NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

SwitchScanBreakMode Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
SwitchScanBreakMode Enumeration

Note: This API is now obsolete.

Specifies the action to take between each entry in a scan list.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

[ObsoleteAttribute("This enum is obsolete.")]
public enum SwitchScanBreakMode
<ObsoleteAttribute("This enum is obsolete.")>
Public Enumeration SwitchScanBreakMode

Members

  Member nameValueDescription
NoAction10227 When advancing to the next entry in the scan list, leave all previous connections intact.
BreakBeforeMake10110 When advancing to the next entry in the scan list, disconnect all previous connections before making any new connections.

See Also

Log in to get a better experience