User manual

RIGOL Chapter 2 Command System
2-226 MSO1000Z/DS1000Z Programming Guide
:WAVeform:PREamble?
Syntax
:WAVeform:PREamble?
Description
Query and return all the waveform parameters.
Return
Format
The query returns 10 waveform parameters separated by ",":
<format>,<type>,<points>,<count>,<xincrement>,<xorigin>,<xreference>,<yincrem
ent>,<yorigin>,<yreference>
Wherein,
<format>: 0 (BYTE), 1 (WORD) or 2 (ASC).
<type>: 0 (NORMal), 1 (MAXimum) or 2 (RAW).
<points>: an integer between 1 and 12000000. After the memory depth option is
installed, <points> is an integer between 1 and 24000000.
<count>: the number of averages in the average sample mode and 1 in other modes.
<xincrement>: the time difference between two neighboring points in the X direction.
<xorigin>: the start time of the waveform data in the X direction.
<xreference>: the reference time of the data point in the X direction.
<yincrement>: the waveform increment in the Y direction.
<yorigin>: the vertical offset relative to the "Vertical Reference Position" in the Y
direction.
<yreference>: the vertical reference position in the Y direction.
Example :WAVeform:PREamble? /*The query returns
0,2,6000000,1,1.000000e-09,-3.000000e-03,0,4.132813e-0
1,0,122*/
Related
Commands
:WAVeform:FORMat
:WAVeform:MODE
:ACQuire:AVERages
:WAVeform:XINCrement?
:WAVeform:XREFerence?
:WAVeform:YINCrement?
:WAVeform:YORigin?
:WAVeform:YREFerence?