Identifies whether a route between two channels exists, is available, could be possible, or is not possible.
You can wire the route specification output returned by this node to Connect, Disconnect, and Connect And Disconnect.
Handle that identifies your Switch Executive virtual device session previously allocated by Open Session.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Channel name of one of the endpoints of the route to find.
The channel name must either be a channel alias name or a name in the device/ivichannel syntax.
Channel name of one of the endpoints of the route to find.
The channel name must either be a channel alias name or a name in the device/ivichannel syntax.
Reference to your virtual device session to wire to the next node.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
String containing the fully specified route path surround by square brackets.
Requirements for Route Specification Strings
Syntax for Route Specification Strings
Route specification strings are the paths connecting two channels and are composed of one or more routes delimited by ampersands (&). For example, in the following line of syntax, there are three defined routes or route groups: routeOrGroup & routeOrGroup & routeOrGroup . . .
where routeOrGroup can be any of the following:
where channel can be the following:
Examples of Route Specification String Syntax
The following are samples of route specification strings for a matrix:
String | Route Specification Description |
---|---|
A->B | Connect channel A to channel B. Switch Executive automatically determines the path between the two channels. |
[SampleMatrix1/c0->SampleMatrix1/r1->SampleMatrix1/c4] | A fully specified path between column 0 and column 4 of SampleMatrix1. Row 1 must be marked as reserved for routing. |
[Scope->R3->SampleMatrix1/c6] | A fully specified path between the channel named "Scope" and column 6 of SampleMatrix1. Row 3 must be marked as reserved for routing. |
Scope->SampleMatrix1/c6 | Connect the channel named "Scope" to column 6 of SampleMatrix1. Switch Executive automatically determines the path between the two channels. |
ArbToInput & ScopeToOutput | Complete the connections for route group ArbToInput and ScopeToOutput. |
PowerDevice & [Scope->R3->UUT_Out] | Complete the connections for route group PowerDevice and complete the fully specified path between the channel named "Scope" and the channel named "UUT_Out". R3 must be marked as a reserved for routing. |
Status of potential for a valid route between the two channels specified by the channel 1 and channel 2 inputs.
Name | Value | Description |
---|---|---|
Path Available | 1 | A path between the two channels is available. The route specification output returns a string describing the available path. |
Path Exists | 2 | A path between the two channels already exists. The route specification output returns a string describing the existing path. |
Path Unsupported | 3 | There is no potential path between the two channels given the current configuration. |
Resource In Use | 4 | There is a potential path between the two channels, but a resource needed to complete the path is already in use. |
Exclusion Conflict | 5 | The two channels cannot be connected because their connection would result in an exclusion violation. |
Channel Not Available | 6 | One of the channels is not usable as an endpoint channel. Ensure that it is not marked as a configuration channel. |
Channels Hardwired | 7 | The two channels reside on the same hardwire. An implicit path already exists. |
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application