Instruction Manual

© MuxLab Inc. Audio 8x8 Matrix Switch Installation Guide
Page 33
4. Get
get -i <input port #>
Description: Get the connection state of a specific input port
Arguments: <input port #>: 1 to 4
Example: Get connection state of input port 2
get -i 2
Response: Input 02 connected to: 01
(or an error message if the command failed)
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: 01
Input 03 connected to: none
…{and so on}
(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]
(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 4
Example: Get connection state of output port 4
get -o 4
Response: Output 04 connected to: 1
(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: 04
Output 03 connected to: none
…{and so on}
(or an error message if the command failed)