Remote Control
R&S
®
RTM20xx
279User Manual 1317.4726.02 ─ 01
<Accuracy> 0 | 8 | 16 | 32
Length of a data value in bit
0 - for ASC only
32 - for REAL
8 | 16 | 32 - for UINT
*RST: 0
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 FORMat[:DATA] 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:
See chapter 15.3.1.1, "Reading Waveform Data from Memory",
on page 458
ByteOrder 8 bit 16 bit 32 bit
MSBF 0xab 0xAB CD 0xAB CD 00 00
LSBF not relevant 0xCD AB 0x00 00 CD AB
CHANnel<m>:DATA:XORigin?
CHANnel<m>:DATA:ENVelope:XORigin?
CALCulate:MATH<m>:DATA:XORigin?
REFCurve<m>:DATA:XORigin?
Return the time of the first sample of the indicated waveform.
The commands are relevant for data conversion if binary data format is defined
(FORM UINT, 8|16|32).
Return values:
<Xorigin> Time in s
Command Reference