User manual

Fernsteuerbefehle
R&S
®
RTB2000
378Bedienhandbuch 1333.1611.03 ─ 05
Beispiel: Query for data format:
FORM?
-> ASC,0
Beispiel: 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.
Parameter:
<ByteOrder> MSBFirst | LSBFirst
MSBFirst
Big endian, most significant byte first
LSBFirst
Little endian, least significant byte first
*RST: MSBF
Beispiel: Messkurvendaten im echten Format lesen
ByteOrder 8 bit 16 bit 32 bit
MSBF 0xab 0xAB CD 0xAB CD 00 00
LSBF not relevant 0xCD AB 0x00 00 CD AB
15.9.1.2 Analoge Kanäle
CHANnel<m>:DATA?..................................................................................................... 378
CHANnel<m>:DATA:HEADer?.........................................................................................379
CHANnel<m>:DATA:POINts............................................................................................379
CHANnel<m>:DATA:ENVelope?...................................................................................... 380
CHANnel<m>:DATA:ENVelope:HEADer?......................................................................... 381
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 export format, use FORMat[:DATA] auf Seite 376.
To set the range of samples to be returned, use CHANnel<m>:DATA:POINts.
For envelope waveforms, use the CHANnel<m>:DATA:ENVelope? command.
Suffix:
<m>
.
1..4
Selects the input channel. The number of channels depends on
the instrument.
Ergebnisse dokumentieren