Waveform:data - Rigol MSO2000A Series Programming Manual

Digital oscilloscope
Hide thumbs Also See for MSO2000A Series:
Table of Contents

Advertisement

2 Command System

:WAVeform:DATA?

Syntax
:WAVeform:DATA?
Description
Read the waveform data.
Explanation
This command is affected by
the :WAVeform:FORMat, :WAVeform:MODE, :WAVeform:POINts,
commands.
Procedures of the screen waveform data reading:
S1. :WAV:SOUR CHAN1
S2. :WAV:MODE NORM
S3. :WAV:DATA?
Procedures of the internal memory waveform data reading:
S1. :STOP
S2. :WAV:SOUR CHAN1
S3. :WAV:MODE RAW
S4. :WAV:RES
S5. :WAV:BEG
S6. :WAV:STAT?
1) IDLE
:WAV:DATA?
:WAV: END
2) READ
:WAV:DATA?
Repeat S6
See the example below.
visa32.viPrintf(viSession, ":STOP\n");
visa32.viPrintf(viSession,
visa32.viPrintf(viSession,
visa32.viPrintf(viSession, ":WAV:RESet\n");
visa32.viPrintf(viSession, ":WAV:BEGin\n");
MSO2000A/DS2000A Programming Guide
Set the channel source to be read
Set the waveform mode to NORM
Obtain data from the buffer
The internal memory waveform data can
only be read in the stop state
Set the channel source to be read
Set the waveform mode to RAW.
Note: When the channel source of
waveform reading is MATH, the query can
only return the screen data and this mode
is not available.
Reset the waveform reading
Start the waveform reading
Get the state
Waveform reading thread finishes
Get the data in the buffer
Waveform reading finishes
Waveform reading thread is running
Get the data in the buffer
Continue to read waveform data
":WAV:MODE
RAW\n");
":WAV:SOURce
%s\n", strChan );
:WAVeform:SOURce
and related
RIGOL
2-333

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents