User manual
RIGOL Chapter 2 Command System
2-26 MSO1000Z/DS1000Z Programming Guide
:CURSor:TRACk:BX
Syntax :CURSor:TRACk:BX <x>
:CURSor:TRACk:BX?
Description
Set or query the horizontal position of cursor B in the track cursor measurement mode.
Parameter
Name
Type
Range
Default
<x>
Integer
5 to 594
500
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
Format
The query returns an integer between 5 and 594.
Example
:CURSor:TRACk:BX 200 /*Set the horizontal position of cursor B to 200*/
:CURSor:TRACk:BX? /*The query returns 200*/
:CURSor:TRACk:AY?
Syntax
:CURSor:TRACk:AY?
Description
Query the vertical position of cursor A 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.
When cursor A exceeds the vertical range of the screen display, the query always
returns 4294967295.
Return
Format
The query returns an integer.
Example
:CURSor:TRACk:AY? /*The query returns 284*/
:CURSor:TRACk:BY?
Syntax
:CURSor:TRACk:BY?
Description
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.
When cursor B exceeds the vertical range of the screen display, the query always
returns 4294967295.
Return
Format
The query returns an integer.
Example
:CURSor:TRACk:BY? /*The query returns 200*/