© MuxLab Inc.
Audio 8x8 Matrix Switch Installation Guide
Page 33
2. Disconnection
disconnect -i
<input port #>
Description:
Disconnect a specific input port from all output ports connected to it
Arguments:
<input port #>: 1 to 8
Example:
Disconnect input 3 from all outputs connected to it
disconnect -i 3
Response:
[2,0,2,2,0,0,0,0]
(or an error message if the command failed)
disconnect -o
<output port #>
Description:
Disconnect a specific output port from the input ports connected to it
Arguments:
<output port #>: 1 to 8
Example:
Disconnect output 3 from the input connected to it
disconnect -o 3
Response:
[2,0,0,0,0,0,0,0]
(or an error message if the command failed)
disconnect -all
Description:
Disconnect all output ports
Arguments:
<none>
Example:
Disconnect all outputs
disconnect -all
Response:
[0,0,0,0,0,0,0,0]
(or an error message if the command failed)
3. Get
get -i
<input port #>
Description:
Get the connection state of a specific input port
Arguments:
<input port #>: 1 to 8
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)