13
10.2. Source Switching
Command
Description
Feedback Example
#SET_AV H1
Switch to HDMI 1.
@AV H1
#SET_AV H2
Switch to HDMI 2.
@AV H2
#SET_AV C
Switch to USB-C.
@AV C
#GET_AV
Get the current input source.
@AV H1
@AV H2
@AV C
#SET_AUTO_SWITCH 1
Enable auto switching mode.
@AUTO_SWITCH 1
#SET_AUTO_SWITCH 0
Enable manual switching mode.
@AUTO_SWITCH 0
#GET_AUTO_SWITCH
Get the source switching mode.
@AUTO_SWITCH 1
@AUTO_SWITCH 0
10.3. HDCP Mode
Command
Description
Feedback Example
#SET_OUTPUT_HDCP
ACTIVE
Set the HDCP mode to ACTIVE for output
port.
@OUTPUT_HDCP ACTIVE
#SET_OUTPUT_HDCP ON
Set the HDCP mode to ON for output port.
@OUTPUT_HDCP ON
#SET_OUTPUT_HDCP OFF Set the HDCP mode to OFF for output port.
@OUTPUT_HDCP OFF
#GET_OUTPUT_HDCP
Get the HDCP mode of output port.
@OUTPUT_HDCP ACTIVE
@OUTPUT_HDCP ON
@OUTPUT_HDCP OFF