SCPI Programmers Manual
46
9.4 CURSor:MANual:AX
9.5 CURSor:MANual:AXValue?
9.6 CURSor:MANual:AY
9.7 CURSor:MANual:AYValue?
Set or query the channel source for manual cursor measurement.
:<source> ::= < CHANnel1|CHANnel2| MATH>
The query returns CHANnel1, CHANnel2, MATH
:CURSor:MANual:SOURce CHANnel1 /*Set the channel source to CH1*/
:CURSor:MANual:SOURce? /*The query returns CHANnel1*/
:CURSor:MANual:AX <value>
:CURSor:MANual:AX?
Set or query the horizontal position of cursor A when manual cursor measurement is
performed.
:<type> ::= one number of 0 to 770
The horizontal and vertical positions of the cursor are defined by the pixel
coordinates of the screen.
:CURSor:MANual:AX 200 /*Set the horizontal position of cursor A to 200*/
:CURSor:MANual:AX? /*The query returns 200*/
Query the X value at cursor A during manual cursor measurement. The unit is
determined by the currently selected horizontal unit.
The query returns the X value at the current cursor A in scientific notation.
:CURSor:MANual:AXValue? /*The query returns -4.000000e-06*/
:CURSor:MANual:AY <value>
:CURSor:MANual:AY?
Set or query the vertical position of cursor A when manual cursor measurement.
The horizontal and vertical positions of the cursor are defined by the pixel
coordinates of the screen.
The query returns an integer among 0 and 400.
:CURSor:MANual:AY 200 /*Set the vertical position of cursor A to 200*/
:CURSor:MANual:AY? /*The query returns 200*/
Query the Y value at cursor A during manual cursor measurement. The unit is
determined by the currently selected vertical unit.
The query returns the Y value at the current cursor A in scientific notation.
:CURSor:MANual:AYValue? /*The query returns 2.000000e + 00*/