Technical data

Table Of Contents
640 Agilent InfiniiVision 6000 Series Oscilloscopes Programmer's Guide
5 Commands by Subsystem
:WAVeform:FORMat
(see page 798)
Command Syntax
:WAVeform:FORMat <value>
<value> ::= {WORD | BYTE | ASCii}
The :WAVeform:FORMat command sets the data transmission mode for
waveform data points. This command controls how the data is formatted
when sent from the oscilloscope.
ASCii formatted data converts the internal integer data values to real
Y- axis values. Values are transferred as ASCii digits in floating point
notation, separated by commas.
ASCII formatted data is transferred ASCii text.
WORD formatted data transfers 16- bit data as two bytes. The
:WAVeform:BYTeorder command can be used to specify whether the
upper or lower byte is transmitted first. The default (no command sent)
is that the upper byte transmitted first.
BYTE formatted data is transferred as 8- bit bytes.
When the :WAVeform:SOURce is the serial decode bus (SBUS), ASCii is the
only waveform format allowed.
When the :WAVeform:SOURce is one of the digital channel buses (BUS1 or
BUS2), ASCii and WORD are the only waveform formats allowed.
Query Syntax
:WAVeform:FORMat?
The :WAVeform:FORMat query returns the current output format for the
transfer of waveform data.
Return Format
<value><NL>
<value> ::= {WORD | BYTE | ASC}
See Also "Introduction to :WAVeform Commands" on page 630
":WAVeform:BYTeorder" on page 636
":WAVeform:SOURce" on page 650
":WAVeform:DATA" on page 638
":WAVeform:PREamble" on page 645
Example Code "Example Code" on page 651