:WAVeform Commands
34
Keysight InfiniiVision 3000T X-Series Oscilloscopes Programmer's Guide
1099
:WAVeform:DATA
Query Syntax
:WAVeform:DATA?
The :WAVeform:DATA query returns the binary block of sampled data points
transmitted using the IEEE 488.2 arbitrary block data format. The binary data is
formatted according to the settings of the :WAVeform:UNSigned,
:WAVeform:BYTeorder, :WAVeform:FORMat, and :WAVeform:SOURce commands.
The number of points returned is controlled by the :WAVeform:POINts command.
In BYTE or WORD waveform formats, these data values have special meaning:
• 0x00 or 0x0000 — Hole. Holes are locations where data has not yet been
acquired.
Another situation where there can be zeros in the data, incorrectly, is when
programming over telnet port 5024. Port 5024 provides a command prompt
and is intended for ASCII transfers. Use telnet port 5025 instead.
• 0x01 or 0x0001 — Clipped low. These are locations where the waveform is
clipped at the bottom of the oscilloscope display.
• 0xFF or 0xFFFF — Clipped high. These are locations where the waveform is
clipped at the top of the oscilloscope display.
Return Format
<binary block data><NL>
See Also
• For a more detailed description of the data returned for different acquisition
types, see:
"Introduction to :WAVeform Commands"
•
•
•
•
•
•
•
Example Code
' QUERY_WAVE_DATA - Outputs waveform data that is stored in a buffer.
' Query the oscilloscope for the waveform data.
myScope.WriteString ":WAV:DATA?"
' READ_WAVE_DATA - The wave data consists of two parts: the header,
' and the actual waveform data followed by a new line (NL) character.
' The query data has the following format:
'
'
<header><waveform_data><NL>
'
' Where:
'
<header> = #800001000 (This is an example header)
Summary of Contents for InfiniiVision 3000T X Series
Page 1: ...Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide...
Page 40: ...40 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 1 What s New...
Page 50: ...50 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 2 Setting Up...
Page 64: ...64 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 3 Getting Started...
Page 254: ...254 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 8 BUS n Commands...
Page 306: ...306 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 12 DEMO Commands...
Page 364: ...364 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 17 FFT Commands...
Page 442: ...442 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 21 MARKer Commands...
Page 524: ...524 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 22 MEASure Commands...
Page 656: ...656 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 26 POWer Commands...
Page 666: ...666 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 27 RECall Commands...
Page 888: ...888 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 29 SBUS n Commands...
Page 978: ...978 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 30 SEARch Commands...
Page 1240: ...1240 Keysight InfiniiVision 3000T X Series Oscilloscopes Programmer s Guide 38 Error Messages...