niScope Get Channel Name From String VI
- Updated2025-10-21
- 2 minute(s) read
Returns a comma-separated list of channel names from a string index list.

Inputs/Outputs
instrument handle
—
instrument handle identifies a particular instrument session.
index
—
index specifies an index list for the channels in the session. Valid values are from zero to the total number of channels in the session minus one. The index string can be one of the following formats: A comma-separated list - for example, "0,2,3,1" A range using a hyphen - for example, "0-3" A range using a colon - for example, "0:3" You can combine comma-separated lists and ranges that use a hyphen or colon. Both out-of-order and repeated indicies are supported ("2,3,0", "1,2,2,3"). White space characters, including spaces, tabs, feeds, and carriage returns, are allowed between characters. Ranges can be incremeting or decrementing.
error in
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
instrument handle out
—
instrument handle out has the same value as the instrument handle.
channel name
—
channel name returns a string of the channel name(s).
error out
—
error out contains error information. This output provides standard error out functionality. |
instrument handle
—
index
—
error in
—
instrument handle out
—
channel name
—
error out
—