RIGOL Chapter 2 Command System
2-54 MSO7000/DS7000 Programming Guide
:CURSor:MANual:CBX
:CURSor:MANual:CBX <bx>
:CURSor:MANual:CBX?
Sets or queries the horizontal position of Cursor B in the manual mode of cursor
measurement.
The horizontal and vertical position of the cursor is defined by the screen pixel coordinate.
The range of the screen pixel coordinate is from (0,0) to (999,479). Wherein, (0,0) is a
location at the upper-left corner of the screen, and (999,479) is a location at the
lower-right corner of the screen. The pixel range in the horizontal direction is from 0 to
999, and the pixel range in the vertical direction is from 0 to 479.
The query returns an integer ranging from 0 to 999.
:CURSor:MANual:CBX 200 /*Sets the horizontal position of Cursor B to 200.*/
:CURSor:MANual:CBX? /*The query returns 200.*/
:CURSor:MANual:CAY
:CURSor:MANual:CAY <ay>
:CURSor:MANual:CAY?
Sets or queries the vertical position of Cursor A in the manual mode of cursor
measurement.
 The horizontal and vertical position of the cursor is defined by the screen pixel
coordinate. The range of the screen pixel coordinate is from (0,0) to (999,479).
Wherein, (0,0) is a location at the upper-left corner of the screen, and (999,479) is
a location at the lower-right corner of the screen. The pixel range in the horizontal
direction is from 0 to 999, and the pixel range in the vertical direction is from 0 to
479.
 When you select LA as the channel source in the manual mode of cursor
measurement, this command is invalid.
The query returns an integer ranging from 0 to 479.
:CURSor:MANual:CAY 200 /*Sets the vertical position of Cursor A to 200.*/
:CURSor:MANual:CAY? /*The query returns 200.*/