Kramer Electronics Ltd.
VS-44H2
– Protocol 3000
59
Function
Description
Syntax
Parameters/Attributes
Example
X-MUTE
Set mute ON/OFF on a
specific signal.
This command is
designed to Mute a
Signal. This means that
it could be applicable
on any type of signal.
Could be audio, video
and maybe IR, USB or
data if this capability is
supported by the
product.
This is an Extended
Protocol 3000
command.
COMMAND
#X-MUTE
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
,
state
<CR>
FEEDBACK
~nn@X-MUTE
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
,
state
<CR><LF>
The following attributes comprise
the signal ID:
▪
<direction_type>
–
Direction of the port:
o
IN
– Input
o
OUT
– Output
▪
<port_format>
– Type of
signal on the port:
o
HDMI
▪
<port_index>
– The port
number as printed on the front
or rear panel
1
– Input 1
2
– Input 2
3
– Input 3
4
– Input 4
1
– Output 1
2
– Output 2
3
– Output 3
4
– Output 4
▪
<signal_type>
– Signal ID
attribute:
o
VIDEO
o
AUDIO
▪
<index>
– Indicates a specific
channel number when there
are multiple channels of the
same type
state
– OFF/ON (not case
sensitive)
Mute the video on Output 4:
#X-MUTE
out
.
hdmi
.
4
.
vi
deo
.
1
,
on
<CR>
The device accepts any
parameter that is put in the
command
X-MUTE?
Get mute ON/OFF state
on a specific signal.
This command is
designed to Mute a
Signal. This means that
it could be applicable
on any type of signal.
Could be audio, video
and maybe IR, USB or
data if this capability is
supported by the
product.
This is an Extended
Protocol 3000
command.
COMMAND
#X-MUTE?
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
<CR>
FEEDBACK
~nn@X-MUTE
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
,
state
<CR><LF>
The following attributes comprise
the signal ID:
▪
<direction_type>
–
Direction of the port:
o
IN
– Input
o
OUT
– Output
▪
<port_format>
– Type of
signal on the port:
o
HDMI
▪
<port_index>
– The port
number as printed on the front
or rear panel
▪
<signal_type>
– Signal ID
attribute:
o
VIDEO
o
AUDIO
▪
<index>
– Indicates a specific
channel number when there
are multiple channels of the
same type
state
– OFF/ON (not case
sensitive)
Get the mute ON/OFF state
on Input 3:
#X-MUTE?
out
.
hdmi
.
4
.
v
ideo
.
1
<CR>
X-PATTERN
Set a pattern on a
specific output signal.
This command is
designed to enable
pattern on any signal.
commonly pattern
makes sense for video,
but on some products
audio pattern is also
supported. In the future,
data pattern will be also
supported to generate
some data on RS232
lines.
This is an Extended
Protocol 3000
command.
COMMAND
#X-PATTERN
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
,
pattern_id
<CR>
FEEDBACK
~nn@X-PATTERN
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
,
pattern_id
<CR><LF>
The following attributes comprise
the signal ID:
▪
<direction_type>
–
Direction of the port:
o
OUT
– Output
▪
<port_format>
– Type of
signal on the port:
o
HDMI
▪
<port_index>
– The port
number as printed on the front
or rear panel
1
– Output 1
2
– Output 2
3
– Output 3
4
– Output 4
▪
<signal_type>
– Signal ID
attribute:
o
VIDEO
▪
<index>
– Indicates a specific
channel number when there
are multiple channels of the
same type
pattern_id
– Pattern index
number
0
– Pattern mode is OFF
1
– Color bar
2
– Blue screen
3
– Green screen
4
– Red screen
Pattern index numbers can be
retrieved using the command:
#
x-patterns-list
?
Set video pattern 3 on
Output 3 (enabled):
#X-PATTERN
out
.
hdmi
.
3
.
video
.
1
,
3
<CR>