![AMX DGX-AIE Hardware Reference Manual Download Page 219](http://html1.mh-extra.com/html/amx/dgx-aie/dgx-aie_hardware-reference-manual_2939028219.webp)
Integrated Master - NetLinx Programming
219
Enova Digital Media Switchers - Hardware Reference Manual
Standard Output SEND_COMMANDs (Cont.)
Command
Description
?VIDOUT_MUTE
Requests to see if video mute is enabled or disabled.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_MUTE'"
Example:
SEND_COMMAND VIDEO_OUTPUT_3,"'?VIDOUT_MUTE'"
Returns a COMMAND string of the form:
VIDOUT_MUTE<ENABLE|DISABLE>
VIDOUT_MUTE
Enables or disables video mute.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_MUTE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_6,"'VIDOUT_MUTE-ENABLE'"
?VIDOUT_NAME
Requests the input name of the specified video port.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_NAME'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_NAME'"
Returns a COMMAND string of the form:
VIDOUT_NAME-<name>
VIDOUT_NAME
Sets the input name of the specified video port to <name>.
• The Output name may be changed using either the VIDOUT_NAME or AUDOUT_NAME command.
Both commands are used to change the same name attribute and do not create separate names
for video or audio.
• The <name> length is limited to 31 characters. Specifying a longer name will result in truncation to
the 31 character length limit.
Valid characters are:
• a-z (lower case letters)
• A-Z (upper case letters)
• 0-9 (numeric)
• #.-_=+ (special characters hash, period, dash, underscore, equal, plus <space> [space characters
at the beginning of a name are truncated])
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_NAME-<name>'"
Variable:
• name = A string name. e.g.: "Monitor 1"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_NAME-MyMonitor'"
Sets the name of Output port #1 to MyMonitor.
Note: This is used for the On Screen Display feature.
?VIDOUT_OSD
Requests whether the video port addressed by the D:P:S has the OSD setting enabled or disabled.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_OSD'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_OSD'"
Returns a COMMAND string of the form:
VIDOUT_OSD-<ENABLE|DISABLE>
VIDOUT_OSD
Enables or Disables the On Screen Display (OSD) setting on the video port addressed by the D:P:S. If
enabled, then the OSD setting is on. If disabled, then the OSD setting is off.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_OSD-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_OSD-ENABLE'"
?VIDOUT_OSD_COLOR
Requests the On Screen Display (OSD) color on the display connected to the video port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_OSD_COLOR'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_OSD_COLOR'"
Returns a COMMAND string of the form:
VIDOUT_OSD_COLOR-<color>