Remote control commands
R&S
®
RTE
1082User Manual 1326.1032.02 ─ 20
GPIB:TERMinator........................................................................................................ 1084
SYSTem:DISPlay:MESSage:STATe............................................................................... 1084
SYSTem:DISPlay:MESSage[:TEXT]...............................................................................1085
FORMat[:DATA] <Format>, [<Length>]
Selects the data type that is used for transmission of data from analog channels, math
and reference waveforms, and some measurement results from the instrument to the
controlling computer.
The command sets the data format for the following query commands:
●
CHANnel<m>[:WAVeform<n>]:DATA[:VALues]?
●
CALCulate:MATH<m>:DATA[:VALues]?
●
REFCurve<m>:DATA[:VALues]?
●
EXPort:HISTogram:DATA? on page 1408
●
EXPort:MEASurement:DATA? on page 1411
●
MEASurement<m>:TRACk:DATA[:VALues]? on page 1302
Parameters:
<Format>,[<Length>] ASCii | REAL,32 | INT,8 | INT,16
ASCii
Data values are returned in ASCII format as a list of comma-
separated values in floating point format. The length can be
omitted. It is 0 which means that the instrument selects the num-
ber of digits to be returned. The query returns both values (ASC,
0).
REAL,32
The data is stored as binary data (Definite Length Block Data
according to IEEE 488.2). Each waveform value is formatted in
32-Bit IEEE 754 Floating Point Format.
The schema of the result string is as follows:
#41024<value1><value2>…<value n> with:
#4 = number of digits (= 4 in the example) of the following num-
ber
1024 = number of following data bytes (= 1024 in the example)
<value> = 4-byte floating point values
For large data (≥ 1 GB), the result string starts with "#(data
length)". The number inside the parentheses indicates the real
data length in bytes.
General remote settings