Description:
Enable or disable splicer connections without affecting splicer configurations.
Form:
Command Handler: DPID
CHANNELMODE|CHM|Z7 <index> [<mode>]
Argument List:
<index> Values 0 - 11 indicate which channel to query or set.
<mode> Optional. ON or OFF.
Response:
"OK\r\n" or "0\r\n" to acknowledge receipt of command,
"ChannelMode= <mode>\r\n" or "<mode>\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 CHM 0
OK\r\n
ChannelMode= OFF\r\n
\r\n
*.DPID Z7 0
0\r\n
ON\r\n
\r\n
*.DPID CHM 0 OFF
OK\r\n
\r\n
*.DPID Z7 0 ON
0\r\n
\r\n
Notes: