Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-63
:CURSor:XY:BX
:CURSor:XY:BX <x>
:CURSor:XY:BX?
Sets or queries the horizontal position of Cursor B in the XY cursor measurement
mode.
In the XY time base mode, the horizontal and vertical position of the cursor is defined
by the pixel coordinate in the XY display region. The range of the screen pixel
coordinate is from (0,0) to (479,479). Wherein, (0,0) is a location at the upper-right
corner of the screen, and (479,479) is a located the lower-left corner of the screen.
The pixel range in the horizontal and vertical direction is from 0 to 479.
The query returns an integer ranging from 0 to 479.
:CURSor:XY:BX 200 /*Sets the horizontal position of Cursor B to 200.*/
:CURSor:XY:BX? /*The query returns 200.*/
:CURSor:XY:AY
:CURSor:XY:AY <y>
:CURSor:XY:AY?
Sets or queries the vertical position of Cursor A in the XY cursor measurement mode.
In the XY time base mode, the horizontal and vertical position of the cursor is defined
by the pixel coordinate in the XY display region. The range of the screen pixel
coordinate is from (0,0) to (479,479). Wherein, (0,0) is a location at the upper-right
corner of the screen, and (479,479) is a located the lower-left corner of the screen.
The pixel range in the horizontal and vertical direction is from 0 to 479.
The query returns an integer ranging from 0 to 479.
:CURSor:XY:AY 200 /*Sets the vertical position of Cursor A to 200.*/
:CURSor:XY:AY? /*The query returns 200.*/