Instructions

RIGOL Chapter 2 Command System
2-184 DS1000Z-E Programming Guide
Commands
:WAVeform:MODE
:WAVeform:FORMat
:WAVeform:STOP
:WAVeform:STOP
Syntax :WAVeform:STOP <stop>
:WAVeform:STOP?
Description
Set or query the stop point of waveform data reading.
Parameter
Name
Type
Range
Default
<stop> Integer
NORMal: 1 to 1200
MAX: 1 to the number of effective point
currently on the screen
RAW: 1 to the current maximum memory depth
1200
Explanation When reading the waveform data in the internal memory, the actual settable ranges of the
start point and stop point of a reading operation are related to the memory depth of the
oscilloscope and the return format of the waveform data currently selected; for the
details, refer to the explanation in the :WAVeform:DATA? command.
Return
Format
The query returns an integer.
Example
:WAVeform:STOP 500 /*Set the stop point to 500*/
:WAVeform:STOP? /*The query returns 500*/
Related
Commands
:ACQuire:MDEPth
:WAVeform:MODE
:WAVeform:FORMat
:WAVeform:STARt
: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 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.