NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

SwitchPathStatus Enumeration

SwitchPathStatus Enumeration

SwitchPathStatus Enumeration

Note: This API is now obsolete.

Specifies the status of the requested path.

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

Syntax

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

Members

  Member nameValueDescription
PathAvailable10431A path is available between the channels.
PathAlreadyExists10432The channels are already connected.
PathUnsupported10433No path is available between the channels. You might need to reserve more channels for routing to create an available path.
ChannelInUse10434The path between the two endpoints is unavailable because another connection is already using a channel needed for routing.
SourceChannelConflict10435No path is available between the two channels because connecting the channels would directly or indirectly connect two source channels.
ChannelReservedForRouting10436One of the endpoint channels is reserved for routing.

See Also

In This Section
Was this information helpful?