NI-DAQmx .NET Framework 4.0 API Reference

SwitchChannelUsage Enumeration

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

Note: This API is now obsolete.

Specifies how you can use the channel. Using this property acts as a safety mechanism to prevent you from connecting two source channels, for example.

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

Syntax

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

Members

  Member nameValueDescription
Source10439 You can use the channel only as an input for a signal.
Load10440 You can use the channel only as the output for a signal passing through the switch.
ReservedForRouting10441 You can use the channel only to complete routes within a switch.

See Also

Log in to get a better experience