Analog Demodulation Option R&S
FSV–K7
R&S
®
FSV-K7/K7S
161
Operating Manual 1176.7561.02 ─ 06
FORMat:DEXPort:TRACes
<Selection>
This command selects the data to be included in a data export file.
Parameters:
<Selection>
ALL
Selects all active traces for export to an ASCII file.
The <trace> parameter for the
command is ignored.
SINGle
Only a single trace is selected for export, namely the one speci-
fied by the
command.
*RST:
SINGle
Manual operation:
See
2.3.7.2
Formats for Returned Values: ASCII Format and Binary Format
ASCII Format (FORMat ASCII)
The command reads out a list of comma separated values (CSV) of the measured val-
ues in floating point format.
Reading out data in binary format is quicker than in ASCII format. Thus, binary format
is recommended for large amounts of data.
Binary Format (FORMat REAL,32)
The command reads out binary data (Definite Length Block Data according to IEEE
488.2), each measurement value being formatted in 32 Bit IEEE 754 Floating-Point-
Format.
Depending on the number of samples to be transferred, 2 different kinds of syntax are
used:
For
<
10
10
samples:
The schema of the result string is as follows:
#<NoOfDigits><NoOfDataBytes><value1><value2>…<value n>
, with
#
Header prefix, 1 byte
<NoOfDigits>
Number of digits of the following number of data bytes (= 4 in the example), 1 byte
<NoOfDataBytes>
Number of following data bytes in decimal form (= 1024 in the example), 1...9 bytes
<Value>
Data values, each one is a 4-byte floating point value
Example:
#41024<value1><value2>…<value 256>
Remote Commands of the Analog Demodulation (R&S
FSV–K7)