SwitchPathStatus Enumeration
- Updated2023-02-21
- 1 minute(s) read
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 name | Value | Description | |
---|---|---|---|
PathAvailable | 10431 | A path is available between the channels. | |
PathAlreadyExists | 10432 | The channels are already connected. | |
PathUnsupported | 10433 | No path is available between the channels. You might need to reserve more channels for routing to create an available path. | |
ChannelInUse | 10434 | The path between the two endpoints is unavailable because another connection is already using a channel needed for routing. | |
SourceChannelConflict | 10435 | No path is available between the two channels because connecting the channels would directly or indirectly connect two source channels. | |
ChannelReservedForRouting | 10436 | One of the endpoint channels is reserved for routing. |