Cursor (CURSor)


Query the cursor readout values of FFT data

Syntax

(Query)


:CURSor:DFREad? A$,B$

(Response)

A$,B$,C,D

A$ = A to H (Cursor)
B$ = F1 to F8
C = Readout value on x axis
D = Readout value on y axis

Details

Returns the cursor readout values of FFT data.

Example

:CURSor:DFREad? A,F1
(Response)  :CURSOR:DFREAD A,F1,+1.000000E+03,+1.230000E+02  (when headers are enabled)

Note

-

Usage
Conditions

-




Query a cursor readout value (horizontal cursor)

Syntax

(Query)


:CURSor:DHREad? A$,B$

(Response)

A$,B$,C

A$ = A to H (Cursor)
B$ = CH1_1 to CH8_4, W1 to W16, Z1 to Z16
C = The readout value

Details

Returns a cursor readout (horizontal cursor) value.

Example

:CURSor:DHREad? A,CH1_1
(Response)  :CURSOR:DHREAD A,CH1_1,-1.000000E-01  (when headers are enabled)

Note

-

Usage
Conditions

-




Query a cursor readout value (time)

Syntax

(Query)


:CURSor:DTREad? A$

(Response)

A$,B

A$ = A to H (Cursor)
B = The readout value (Time)

Details

Returns a cursor readout (time) value.

Example

:CURSor:DTREad? A
(Response)  :CURSOR:DTREAD A,+1.234000000E-06  (when headers are enabled)

Note

-

Usage
Conditions

-




Query a cursor readout value (measured value)

Syntax

(Query)


:CURSor:DVREad? A$,B$

(Response)

A$,B$,C(,D)

A$ = A to H (Cursor)
B$ = CH1_1 to CH8_4, L1 to L8, W1 to W16, Z1 to Z16, XY1 to XY8
C, D = The readout value
(Argument D is available with the XY waveforms.)

Details

Returns a cursor readout (measured amplitude) value.
D is attached to the response data in the case of B$ = XY1 to XY8.

Example

:CURSor:DVREad? A,CH1_1
(Response)  :CURSOR:DVREAD A,CH1_1,+9.750000E-01  (when headers are enabled)

Note

When a channel not used for measurement as identified by B$ is specified, invalid values may be returned.
For XY waveforms, if the cursor value could not be obtained, "---" will be displayed for C or D.

Usage
Conditions

-




Set or query the horizontal cursor of FFT data

Syntax

(Command)

(Query)


:CURSor:FFTH A$,B$

:CURSor:FFTH? A$

(Response)

A$,B$

A$ = A to H (Cursor)
B$ = OFF, ON

Details

Sets the horizontal cursor of FFT data.
Returns the horizontal cursor of FFT data.

OFF  Disabled
ON  Enabled

Example

:CURSor:FFTH A,ON
:CURSor:FFTH? A
(Response)  :CURSOR:FFTH A,ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the begining point of FFT calculation

Syntax

(Command)

(Query)


:CURSor:FFTPos A

:CURSor:FFTPos?

(Response)

A<NR1>

A = 0 to (Number of stored data - number of FFT point)

Details

Sets the begining point of the FFT calculation.
Return the begining point of the FFT calculation.

Example

:CURSor:FFTPos 0
:CURSor:FFTPos?
(Response)  :CURSOR:FFTPOS 0  (when headers are enabled)

Note

-

Usage
Conditions

There must be mesured data.




Set or query the vertical cursor of FFT data

Syntax

(Command)

(Query)


:CURSor:FFTV A$,B$

:CURSor:FFTV? A$

(Response)

A$,B$

A$ = A to H (Cursor)
B$ = OFF, ON

Details

Sets the vertical cursor of FFT data.
Returns the vertical cursor of FFT data.

OFF  Disabled
ON  Enabled

Example

:CURSor:FFTV A,ON
:CURSor:FFTV? A
(Response)  :CURSOR:FFTV A,ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the horizontal cursor position of the FFT waveform

Syntax

(Command)

(Query)


:CURSor:FHPOsition A$,B

:CURSor:FHPOsition? A$

(Response)

A$,B<NR1>

A$ = A to H
B = Position

Details

Sets the horizontal cursor position of the FFT waveform.
Return the horizontal cursor position of the FFT waveform.

Example

:CURSor:FHPOsition A,0
:CURSor:FHPOsition? A
(Response)  :CURSOR:FHPOSITION A,0  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the vertical cursor position of FFT waveform

Syntax

(Command)

(Query)


:CURSor:FVPOsition A$,B

:CURSor:FVPOsition? A$

(Response)

A$,B<NR1>

A$ = A to H
B = 0 to (Number of calculted data - 1)

Details

Sets the vertical cursor position of the FFT waveform.
Return the vertical cursor position of the FFT waveform.

Example

:CURSor:FVPOsition A,0
:CURSor:FVPOsition? A
(Response)  :CURSOR:FVPOSITION A,0  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the horizontal cursor

Syntax

(Command)

(Query)


:CURSor:HENAble A$,B$

:CURSor:HENAble? A$

(Response)

A$,B$

A$ = A to H (Cursor)
B$ = OFF, ON

Details

Makes ON/OFF settings for the horizontal cursor.
Returns the current horizontal cursor ON/OFF status.

OFF  Disabled
ON  Enabled

Example

:CURSor:HENAble A,ON
:CURSor:HENAble? A
(Response)  :CURSOR:HENABLE A,ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the horizontal cursor position of the TY waveform (time-measured value)

Syntax

(Command)

(Query)


:CURSor:HPOSition A$,B

:CURSor:HPOSition? A$

(Response)

A$,B<NR2>

A$ = A to H (Cursor)
B = -100 to 200

Details

Sets the horizontal cursor position of the waveform.
Return the horizontal cursor position of the waveform.

Example

:CURSor:HPOSition A,0
:CURSor:HPOSition? A
(Response)  :CURSOR:HPOSITION A,+0.00000  (when headers are enabled)

Note

-

Usage
Conditions

The TY waveform (time - measured value) must be displayed.




Select or query the segment of the data

Syntax

(Command)

(Query)


:CURSor:RANGe A$,B,C

:CURSor:RANGe? A$

(Response)

A$,B<NR1>,C<NR1>

A$ = A, B (segment)
B = Selected position in front
C = Selected rear position

Details

Selects the segment of the data.
Returns the segment of the data.

A  Segment 1
B  Segment 2

Example

:CURSor:RANG A,100,200
:CURSor:RANG? A
(Response)  :CURSOR:RANGE A,100,200  (when headers are enabled)

Note

The value specified by B and C is the value relative to the beginning position of the waveform.
When the setting of the time value display is "number of data", if the trigger is set, the time value is drawn with reference to the trigger position on the waveform screen, but the value of the command does not depend on the trigger amount.

Usage
Conditions

-




Set or query the selection of the data

Syntax

(Command)

(Query)


:CURSor:SEGMent A$,B$

:CURSor:SEGMent? A$

(Response)

A$,B$

A$ = A, B (segment)
B$ = OFF, ON

Details

Sets the segment of the data.
Returns the segment of the data.

A  Segment 1
B  Segment 2
 
OFF  Disabled
ON  Enabled

Example

:CURSor:SEGMent A,ON
:CURSor:SEGMent? A
(Response)  :CURSOR:SEGMENT A,ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the cursor movement speed

Syntax

(Command)

(Query)


:CURSor:SPEEd A

:CURSor:SPEEd?

(Response)

A<NR1>

A = 1 to 10

Details

Sets the cursor movement speed.
Return the cursor movement speed.

Example

:CURSor:SPEEd 1
:CURSor:SPEEd?
(Response)  :CURSOR:SPEED 1  (when headers are enabled)

Note

-

Usage
Conditions

There must be mesured data.




Set or query the vertical cursor

Syntax

(Command)

(Query)


:CURSor:VENAble A$,B$

:CURSor:VENAble? A$

(Response)

A$,B$

A$ = A to H (Cursor)
B$ = OFF, ON

Details

Makes ON/OFF settings for the vertical cursor.
Returns the current vertical cursor ON/OFF status.

OFF  Disabled
ON  Enabled

Example

:CURSor:VENAble A,ON
:CURSor:VENAble? A
(Response)  :CURSOR:VENABLE A,ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the vertical cursor channel of the TY waveform (time-measured value)

Syntax

(Command)

(Query)


:CURSor:VPOSition A$,B

:CURSor:VPOSition? A$

(Response)

A$,B<NR1>

A$ = A to H (Cursor)
B = 0 to (number of stored data position)

Details

Sets the vertical cursor position of the waveform.
Return the vertical cursor position of the waveform.

Example

:CURSor:VPOSition A,0
:CURSor:VPOSition? A
(Response)  :CURSOR:VPOSITION A,0  (when headers are enabled)

Note

-

Usage
Conditions

The TY waveform (time - measured value) must be displayed.