Returns a comma-separated list of channel names from a string index list.


icon

Inputs/Outputs

  • civrn.png instrument handle

    instrument handle identifies a particular instrument session.

  • cstr.png 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.

  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • iivrn.png instrument handle out

    instrument handle out has the same value as the instrument handle.

  • istr.png channel name

    channel name returns a string of the channel name(s).

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.