Programming
106
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
?VIDOUT_TESTPAT
Requests the test pattern setting for the specified video output port.
See VIDOUT_TESTPAT for the list of test patterns.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_TESTPAT'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_TESTPAT'"
Returns a COMMAND string of the form:
VIDOUT_TESTPAT-<pattern>
VIDOUT_TESTPAT
Sets the test pattern to display for the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_TESTPAT-<pattern>'"
Variables:
pattern = Off, Color Bar, Gray Ramp, SMPTE Bar, HiLoTrak, Pluge, X-Hatch, Logo 1, Logo 2, Logo 3
(These options are *not* case sensitive.)
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_TESTPAT-X-Hatch'"
Sets the test pattern to display to 'X-Hatch'.
?VIDOUT_VSHIFT
Requests the vertical shift value of the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_VSHIFT'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_VSHIFT'"
Returns a COMMAND string of the form:
VIDOUT_VSHIFT-<value>
VIDOUT_VSHIFT
Sets the vertical shift of the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_VSHIFT-<value>'"
Variables:
value = -127..127
Example:
SEND_COMMAND "'VIDOUT_VSHIFT-2'"
Sets the vertical shifting of video output port (#1 based on D:P:S) to 2 (shift upward).
SEND_COMMAND "'VIDOUT_VSHIFT--3'"
Sets the vertical shifting of video output port (#1 based on D:P:S) to -3 (shift downward).
?VIDOUT_VSIZE
Requests the vertical size value of the image displayed on the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_VSIZE'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_VSIZE'"
Returns a COMMAND string of the form:
VIDOUT_VSIZE-<value>
VIDOUT_VSIZE
Sets the vertical size of the image displayed on the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_VSIZE-<value>'"
Variables:
value = 25..800
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_VSIZE-100'"
Sets the vertical size of video output port (#1 based on D:P:S) to 100.
?VIDOUT_ZOOM
Requests the zoom setting value for the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_ZOOM'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_ZOOM'"
Returns a COMMAND string of the form:
VIDOUT_ZOOM-<value>
Continued
Video SEND_COMMANDs