niSwitch Get Path VI
- Updated2025-10-06
- 3 minute(s) read
Returns a string that identifies the explicit path created with the niSwitch Connect Channels VI. Pass this string to the niSwitch Set Path VI to establish the exact same path in future connections.
In some cases, multiple paths are available between two channels. When you call the niSwitch Connect Channels VI, NI-SWITCH selects an available path; however, the driver may not always select the same path through the switch module.
This VI only returns those paths explicitly created by the niSwitch Connect Channels VI or the niSwitch Set Path VI. For example, if you connect channels CH1 and CH3,and then channels CH2 and CH3, an explicit path between channels CH1 and CH2 does not exist, and an error is returned.
Related Topic

Inputs/Outputs
instrument handle
—
instrument handle identifies a particular NI-SWITCH session established with the niSwitch Initialize With Topology VI, the niSwitch Initialize With Options VI, or the niSwitch Initialize VI.
channel 1
—
channel 1 specifies one of the channel names of the desired path. Pass the other channel name as channel 2. Refer to Devices for valid channel names for the switch module. Examples of valid channel names are ch0, com0, ab0, r1, c2, and cjtemp.
channel 2
—
channel 2 specifies one of the channel names of the desired path. Pass the other channel name as channel 1. Refer to Devices for valid channel names for the switch module. Examples of valid channel names are ch0, com0, ab0, r1, c2, and cjtemp
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
instrument handle out
—
instrument handle out identifies a particular NI-SWITCH session established with the niSwitch Initialize With Topology VI, the niSwitch Initialize With Options VI, or the niSwitch Initialize VI and used for all subsequent NI-SWITCH calls.
path
—
path is a string composed of comma-separated paths between channel 1 and channel 2. The first and last names in the path are the path endpoints. All other channels in the path are configuration channels. Examples of returned paths: ch0->com0, com0->ab0.
error out
—
error out contains error information. This output provides standard error out functionality. |
instrument handle
—
channel 1
—
error in (no error)
—
instrument handle out
—
path
—
error out
—