Chapter 2 Command System RIGOL
DS1000Z Programming Guide 2-135
:WAVeform:MODE
Syntax :WAVeform:MODE <mode>
Set or query the reading mode used by :WAVeform:DATA?.
Parameter
<mode> Discrete {NORMal|MAXimum|RAW} NORMal
Explanation NORMal: read the waveform data displayed on the screen.
MAXimum: read the waveform data displayed on the screen when the instrument is
in the run state and the waveform data in the internal memory in the stop state.
RAW: read the waveform data in the internal memory. Note that the waveform data
in the internal memory can only be read when the oscilloscope is in the stop state
and the oscilloscope can not be operated.
If the MATH channel is selected, only the NORMal mode is valid.
Return
The query returns NORM, MAX or RAW.
:WAVeform:MODE RAW /*Set the reading mode to RAW*/
Related
Command
:WAVeform:DATA?
:WAVeform:FORMat
Syntax :WAVeform:FORMat <format>
Set or query the return format of the waveform data.
Parameter
<format> Discrete {WORD|BYTE|ASCii} BYTE
Explanation BYTE: a waveform point occupies one byte (namely 8 bits).
WORD: a waveform point occupies two bytes (namely 16 bits) in which the lower 8
bits are valid and the higher 8 bits are 0.
ASCii: return the waveform points in chara
cter number. Waveform points are retuned
in scientific notation and separated by commas.
Return
The query returns WORD, BYTE or ASC.
:WAVeform:FORMat WORD /*Set the return format to WORD*/