Rigol MSO1074Z-S 4-channel oscilloscope, Digital Storage oscilloscope, MSO1074Z-S Manual De Usuario

Los códigos de productos
MSO1074Z-S
Descargar
Página de 172
RIGOL 
2-134 
  DS1000Z Programming Guide 
:WAVeform:MODE 
Syntax 
:WAVeform:MODE <mode> 
:WAVeform:MODE? 
Description 
Set or query the reading mode used b
. 
 
Parameter 
Name 
Type 
Range 
Default 
<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 run state and the waveform data in the internal memory in 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 stop state and 
the oscilloscope can not be operated.
 
  If the MATH channel is selected, only NORMal mode is valid. 
 
Return 
Format 
The query returns NORM, MAX or RAW.   
Example 
:WAVeform:MODE RAW  /*Set the reading mode to RAW*/ 
Related 
Command
 
 
 
 
:WAVeform:FORMat 
Syntax 
:WAVeform:FORMat <format> 
:WAVeform:FORMat? 
Description 
Set or query the return format of the waveform data.   
Parameter 
Name 
Type 
Range 
Default 
<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 is valid and the higher 8 bits are 0.   
  ASCii: return the waveform points in character number. Waveform points are retuned 
in scientific notation and separated by comma. 
 
Return 
Format 
The query returns WORD, BYTE or ASC.   
Example 
:WAVeform:FORMat WORD   /*Set the return format to WORD*/