Installation guide
© MuxLab Inc. Multimedia 16x16 Matrix Switch Installation Guide
Page 47
get -i
Description: Get the connection state of all input ports
Arguments:
<none>
Example: Get connection state of all input ports
get -i
Response: Input 01 connected to: none
Input 02 connected to: 16
Input 03 connected to: none
…{and so on}
Input 16 connected to: 10
(or an error message if the command failed)
get -json
Description: Get all the output connection states in json format
Arguments:
<none>
Example: Get all output connections states in json format.
get -json
Response: [3,7,0,0,11,0,0,5,5,5,0,0,0,0,4,0]
(or an error message if the command failed)
get -o <output port #>
Description: Get the connection state of a specific output port
Arguments: <output port #>: 1 to 16
Example: Get connection state of output port 5
get -o 5
Response: Output 05 connected to: 11
(or an error message if the command failed)
get -o
Description: Get the connection state of all output ports
Arguments: <none>
Example: Get connection state of all output ports
get -o
Response: Output 01 connected to: 03
Output 02 connected to: 07
Output 03 connected to: none
…{and so on}
Output 16 connected to: none
(or an error message if the command failed)