Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-59
:CURSor:TRACk:CBX
:CURSor:TRACk:CBX <bx>
:CURSor:TRACk:CBX?
Sets or queries the horizontal position of Cursor B in the track 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:TRACk:CBX 200 /*Sets the horizontal position of Cursor B to 200.*/
:CURSor:TRACk:CBX? /*The query returns 200.*/
:CURSor:TRACk:CAY?
Queries the vertical position of Cursor A in the track 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.
:CURSor:TRACk:CBY?
Queries the vertical position of Cursor B in the track 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.
:CURSor:TRACk:CBY? /*The query returns 200.*/