CHANNELNAME CLN Z1

Description:

  Name of channel used when connecting to splicer.

Form:

  Command Handler: DPID
  CHANNELNAME|CLN|Z1 <index> [<name>]
  Argument List:
  <index>   Values 0 - 11 indicate which channel to query or set.
  <name>    Optional name for setting the value.

Response:

  "OK\r\n" or "0\r\n" to acknowledge receipt of command,
  "ChannelName= <name>\r\n" or "<name>\r\n" only for "query", the current value
  "\r\n" concludes query and set responses (empty line) or

  "ERROR- [Description]\r\n" or "<error_code>\r\n" if error
  "\r\n" concludes error responses (empty line)

Examples:

  *.DPID CLN 0
  OK\r\n
  ChannelName= D1_1\r\n
  \r\n

  *.DPID Z1 0
  0\r\n
  D1_1\r\n
  \r\n

  *.DPID CLN 0 "ChannelOne"
  OK\r\n
  \r\n

  *.DPID Z1 0 "ChannelOne"
  0\r\n
  \r\n

Notes:

  Double-quote characters are optional, unless <name> includes spaces.
Created By: Adtec Digital