NI-DAQmx .NET Framework 4.5 API Reference

SwitchScanBreakMode Enumeration

  • 更新时间2023-02-21
  • 阅读时长1分钟
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.45.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