Instructions

RIGOL Chapter 2 Command System
2-30 DS1000Z-E Programming Guide
Example :CURSor:XY:BX 200 /*Set the horizontal position of cursor B to 200*/
:CURSor:XY:BX? /*The query returns 200*/
:CURSor:XY:AY
Syntax :CURSor:XY:AY <y>
:CURSor:XY:AY?
Description
Set or query the vetical position of cursor A in the XY cursor measurement mode.
Parameter
Name
Type
Range
Default
<x>
Integer
5 to 394
100
Explanation In the XY timebase mode, the horizontal and vertical positions are defined by the pixel
coordinate of the XY display area. The pixel coordinate of the screen ranges from (0,0) to
(400,400). Wherein, (0,0) is located at the right top corner and (400,400) is located at the
left bottom corner. The horizontal and vertical pixel ranges are both from 0 to 400.
Return
Format
The query returns an integer between 5 and 394.
Example
:CURSor:XY:AY 200 /*Set the vertical position of cursor A to 200*/
:CURSor:XY:AY? /*The query returns 200*/
:CURSor:XY:BY
Syntax :CURSor:XY:BY <y>
:CURSor:XY:BY?
Description
Set or query the vertical position of cursor B in the XY cursor measurement mode.
Parameter
Name Type Range Default
<x> Integer 5 to 394 300
Explanation In the XY timebase mode, the horizontal and vertical positions are defined by the pixel
coordinate of the XY display area. The pixel coordinate of the XY display area ranges from
(0,0) to (400,400). Wherein, (0,0) is located at the right top corner and (400,400) is
located at the left bottom corner. The horizontal and vertical pixel ranges are both from 0
to 400.
Return
Format
The query returns an integer between 5 and 394.
Example
:CURSor:XY:BY 200 /*Set the vertical position of cursor B to 200*/
:CURSor:XY:BY? /*The query returns 200*/
:CURSor:XY:AXValue?
Syntax
:CURSor:XY:AXValue?
Description Query the X value of cursor A in the XY cursor measurement mode. The unit depends on
the amplitude unit of the corresponding channel.
Return
Format
The query returns the X value of cursor A in scientific notation.
Example
:CURSor:XY:AXValue? /*The query returns 2.000000e+00*/
Related
Command
:CHANnel<n>:UNITs