Description:
Name of splicer to connect to.
Form:
Command Handler: DPID
SPLICERNAME|SPN|Z5 <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,
"SplicerName= <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 SPN 0
OK\r\n
SplicerName= D1_1\r\n
\r\n
*.DPID Z5 0
0\r\n
D1_1\r\n
\r\n
*.DPID SPN 0 "SplicerOne"
OK\r\n
\r\n
*.DPID Z5 0 "SplicerOne"
0\r\n
\r\n
Notes:
Double-quote characters are optional, unless <name> includes spaces.