MSD-501/502 Command Guide
27
@GOP / @SOP
Output position
Function
Getting
Setting
Format
@GOP
@SOP, ch_1, h_position_1, v_position_1
(, ch_2, h_position_2, v_position_2)
Return value
@GOP, h_position_1, v_position_1
(, h_position_2, v_position_2)
@SOP, ch_1, h_position_1, v_position_1
(, ch_2, h_position_2, v_position_2)
Parameter
h_position_1-2: Horizontal output position
-Horizontal input size to +Horizontal output resolution [Default]: 0
v_position_1-2: Vertical output position
-Vertical input size to +Vertical output resolution [Default]: 0
ch_1-2: Output channel
0 = All outputs, 1 = OUT1, 2 = OUT2
Example
@GOP
@GOP,5,20,0,0
Getting output position.
OUT1 horizontal and vertical positions are +5
and +20, respectively.
OUT2 vertical and horizontal positions: 0
@SOP,1,5,20
@SOP,1,5,20
Setting OUT1 horizontal and vertical positions
to +5 and +20, respectively.
Completed normally.
Remarks
-
@GOS / @SOS
Output size
Function
Getting
Setting
Format
@GOS
@SOS, ch_1, h_size_1, v_size_1 (, ch_2,
h_size_2, v_size_2)
Return value
@GOS, h_size_1, v_size_1 (, h_size_2,
v_size_2 )
@SOS, ch_1, h_size_1, v_size_1 (, ch_2,
h_size_2, v_size_2)
Parameter
h_size_1-2: Horizontal output size
Horizontal output resolution÷4 to Horizontal output resolution×4
[Default]: Horizontal output resolution
v_size_1-2: Vertical output size
Vertical output resolution÷4 to Vertical output resolution×4
[Default]: Vertical output resolution
ch_1-2: Output channel
0 = All outputs, 1 = OUT1, 2 = OUT2
Example
@GOS
@GOS,1920,1035,1920,1080
Getting output size.
OUT1 horizontal and vertical output sizes are
1920 and 1035, respectively.
OUT2 horizontal and vertical output sizes are
1920 and 1080, respectively.
@SOS,1,1920,1080
@SOS,1,1920,1080
Setting OUT1 horizontal and vertical output
sizes to 1920 and 1080, respectively.
Completed normally.
Remarks
-