Obsolete: This enum is obsolete. Will warn if used
Specifies the status of the requested path.

Syntax

Namespace: NationalInstruments.DAQmx

public enum SwitchPathStatus

Members

NameValueDescription
PathAvailable10431

A path is available between the channels.

PathAlreadyExists10432

The channels are already connected.

PathUnsupported10433

No path is available between the channels. You might need to reserve more channels for routing to create an available path.

ChannelInUse10434

The path between the two endpoints is unavailable because another connection is already using a channel needed for routing.

SourceChannelConflict10435

No path is available between the two channels because connecting the channels would directly or indirectly connect two source channels.

ChannelReservedForRouting10436

One of the endpoint channels is reserved for routing.