Get Channel Name
- Updated2023-02-17
- 2 minute(s) read
Get Channel Name
Returns the channel name(s) from a one-based index.
Inputs/Outputs

session in
Handle that identifies the NI-SCOPE instrument session as previously allocated by Initialize With Options .

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

index
Specifies a one-based index for the desired channel in the session. Valid values are from one to the total number of channels in the session.

session out
Reference to the NI-SCOPE instrument session to pass to the next node in the program.

error out
Error information.
The node produces this output according to standard error behavior.

channel name
Returns a string of the channel name(s).
Programming Patterns
Use this node to identify the fully qualified names of channels. Fully qualified channel names are required to access channels in multi-instrument sessions.