User manual

Chapter 2 Command System RIGOL
MSO1000Z/DS1000Z Programming Guide 2-223
:WAVeform:XREFerence?
Syntax
:WAVeform:XREFerence?
Description
Query the reference time of the specified channel source in the X direction.
Return
Format
The query returns 0 (namely the first point on the screen or in the internal memory).
Related
Command
:WAVeform:SOURce
:WAVeform:YINCrement?
Syntax
:WAVeform:YINCrement?
Description Query the waveform increment of the specified channel source in the Y direction. The unit
is the same as the current amplitude unit.
Explanation The return value is related to the current data reading mode:
In NORMal mode, YINCrement = VerticalScale/25.
In RAW mode, YINCrement is related to the Verticalscale of the internal waveform and the
Verticalscale currently selected.
In MAX mode, YINCrement = VerticalScale/25 when the instrument is in running status;
YINCrement is related to the Verticalscale of the internal waveform and the Verticalscale
currently selected when the instrument is in stop status.
Return
Format
The query returns the YINCrement in scientific notation.
Example
:WAVeform:YINCrement? /*The query returns 8.000000e-03*/
Related
Command
:WAVeform:SOURce
:WAVeform:YORigin?
Syntax
:WAVeform:YORigin?
Description Query the vertical offset relative to the vertical reference position of the specified channel
source in the Y direction.
Explanation The return value is related to the current data reading mode:
In NORMal mode, YORigin = VerticalOffset/YINCrement.
In RAW mode, YORigin is related to the Verticalscale of the internal waveform and the
Verticalscale currently selected.
In MAX mode, YORigin = VerticalOffset/YINCrement when the instrument is in running
status; YORigin is related to the Verticalscale of the internal waveform and the
Verticalscale currently selected when the instrument is in stop status.
Return
Format
The query returns an integer.
Example
:WAVeform:YORigin? /*The query returns 25*/
Related
Commands
:WAVeform:SOURce
:WAVeform:YREFerence?