Chapter 2 Command System RIGOL
DS1000Z Programming Guide 2-23
:CURSor:TRACk:BY?
Query the vertical position of cursor B in the track cursor measurement mode.
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.
 The setting is invalid when cursor B exceeds the vertical range of the screen display.
At this point, 4294967295 will be returned.
Return
The query returns an integer.
:CURSor:TRACk:BY? /*The query returns 200*/
:CURSor:TRACk:AXValue?
Query the X value of cursor A in the track cursor measurement mode. The default unit is s.
Return
The query returns the X value of cursor A in scientific notation.
:CURSor:TRACk:AXValue? /*The query returns -3.000000e-06*/
Related
:CURSor:TRACk:AX
:CURSor:TRACk:AYValue?
Description Query the Y value of cursor A in the track cursor measurement mode. The unit is the same
as the channel unit currently selected.
Return
The query returns the Y value of cursor A in scientific notation.
:CURSor:TRACk:AYValue? /*The query returns -4.000000e-06*/
Related
Commands
:CHANnel<n>:UNITs
:CURSor:TRACk:BXValue?
Query the X value of cursor B in the track cursor measurement mode. The default unit is s.
Return
The query returns the X value of cursor B in scientific notation.
:CURSor:TRACk:BXValue? /*The query returns -3.000000e-06*/
Related
:CURSor:TRACk:BX