Description:
IP address of splicer for splicing control connections (SCTE30).
Form:
Command Handler: DPID
SPLICERIPADDRESS|SIA|Z4 <index> [<IP>]
Argument List:
<index> Values 0 - 11 indicate which channel to query or set.
<IP> Optional. IP address of splicer for SCTE30 connection.
Response:
"OK\r\n" or "0\r\n" to acknowledge receipt of command,
"SplicerIpa= <IP>\r\n" or "<IP>\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 SIA 0
OK\r\n
SplicerIpa= 192.168.10.49\r\n
\r\n
*.DPID Z4 0
0\r\n
192.168.10.49\r\n
\r\n
*.DPID SIA 0 192.168.10.49
OK\r\n
\r\n
*.DPID Z4 0 192.168.10.49
0\r\n
\r\n
Notes:
See your splicer manual for the correct value.