Chapter 2 Command System RIGOL
DS1000Z Programming Guide 2-19
:CURSor:MANual:BY
Syntax :CURSor:MANual:BY <y>
Set or query the vertical position of cursor B in the manual cursor measurement mode.
Parameter
<y> Integer 5 to 394 300
Explanation The horizontal and vertical positions of the cursor are defined by the pixel coordinate of
the screen. The pixel coordinate of the screen ranges from (0,0) to (600,400). Wherein,
(0,0) is located at the left top corner of the screen and (600,400) is located at the right
bottom corner of the screen. The horizontal pixel range is from 0 to 600 and the vertical
pixel range is from 0 to 400.
Return
The query returns an integer between 5 and 394.
:CURSor:MANual:BY 200 /*Set the vertical position of cursor B to 200*/
:CURSor:MANual:AXValue?
Description Query the X value of cursor A in the manual cursor measurement mode. The unit depends
on the horizontal unit currently selected.
Return
The query returns the X value of cursor A in scientific notation.
:CURSor:MANual:AXValue? /*The query returns -3.000000e-06*/
Related
Commands
:CURSor:MANual:AX
:CURSor:MANual:AYValue?
Description Query the Y value of cursor A in the manual cursor measurement mode. The unit depends
on the vertical unit currently selected.
Return
The query returns the Y value of cursor A in scientific notation.
:CURSor:MANual:AYValue? /*The query returns -4.000000e-06*/
Related
Commands
:CURSor:MANual:AY
:CURSor:MANual:BXValue?
Description Query the X value of cursor B in the manual cursor measurement mode. The unit depends
on the horizontal unit currently selected.
Return
The query returns the X value of cursor B in scientific notation.
:CURSor:MANual:BXValue? /*The query returns -3.000000e-06*/
Related
Commands
:CURSor:MANual:BX