Remote Commands for the I/Q Analyzer
R&S
®
FSWP
98User Manual 1177.5856.02 ─ 07
Example: // Perform a single I/Q capture.
INIT;*WAI
// Determine output format (binary float32)
FORMat REAL,32
// Read 1024 I/Q samples starting at sample 2048.
TRAC:IQ:DATA:MEM? 2048,1024
Usage: Query only
8.5.2 Retrieving I/Q Trace Data
FORMat[:DATA]............................................................................................................... 98
FORMat:DEXPort:DSEParator.......................................................................................... 99
FORMat:DEXPort:FORMat............................................................................................... 99
MMEMory:STORe<n>:TRACe...........................................................................................99
TRACe<n>[:DATA]?....................................................................................................... 100
TRACe<n>[:DATA]:MEMory?.......................................................................................... 101
TRACe<n>[:DATA]:X?.................................................................................................... 102
FORMat[:DATA] <Format>[, <BitLength>]
This command selects the data format that is used for transmission of trace data from
the R&S FSWP to the controlling computer.
Note that the command has no effect for data that you send to the R&S FSWP. The
R&S FSWP automatically recognizes the data it receives, regardless of the format.
Parameters:
<Format> ASCii | REAL | UINT | MATLab
ASCii
ASCii format, separated by commas.
This format is almost always suitable, regardless of the actual
data format. However, the data is not as compact as other for-
mats may be.
REAL
Floating-point numbers (according to IEEE 754) in the "definite
length block format".
The format setting REAL is used for the binary transmission of
trace data.
<BitLength>
16 | 32 | 64
Length in bits for floating-point results
16
16-bit floating-point numbers.
Compared to REAL,32 format, half as many numbers are
returned.
32
32-bit floating-point numbers
For I/Q data, 8 bytes per sample are returned for this format set-
ting.
Retrieving Results