Remote control commands
R&S
®
RTM3000
571
User Manual 1335.9090.02 ─ 09
Example:
Set the ASCII data format:
FORM ASC
Example:
Query for data format:
FORM?
-> ASC,0
Example:
Set the unsigned integer format, 16 bit data length:
FORM UINT,16
FORMat:BORDer
<ByteOrder>
Defines the byte order for binary data export if
is set to
REAL
or
UINT,16|32
.
Parameters:
<ByteOrder>
MSBFirst | LSBFirst
MSBFirst
Big endian, most significant byte first
LSBFirst
Little endian, least significant byte first
*RST:
MSBF
Example:
Reading waveform data in real format
ByteOrder
8 bit
16 bit
32 bit
MSBF
0xab
0xAB CD
0xAB CD 00 00
LSBF
not relevant
0xCD AB
0x00 00 CD AB
17.9.1.2
Analog channels
.........................................................................................572
............................................................................................572
...................................................................................... 573
CHANnel<m>:DATA:ENVelope:HEADer?
......................................................................... 574
CHANnel<m>:DATA?
Returns the data of the analog channel waveform for transmission from the instrument
to the controlling computer. The waveforms data can be used in MATLAB, for example.
To set the range of samples to be returned, use
For envelope waveforms, use the
command.
Documenting results