Chapter 2 Command System RIGOL
DSA800E Programming Guide 2-63
:FORMat Subsystem
Command List:
:FORMat:BORDer
:FORMat[:TRACe][:DATA]
:FORMat:BORDer
Syntax
:FORMat:BORDer NORMal|SWAPped
:FORMat:BORDer?
Description
Set the byte order of binary data transmission.
Query the byte order of binary data transmission.
Parameter
Explanation
NORMal: the transmission starts with the MSB (Most Significant Byte) and ends with the LSB (Least
Significant Byte).
SWAPped: the transmission starts with the LSB (Least Significant Byte) and ends with the MSB (Most
Significant Byte).
Return Format
The query returns NORM or SWAP.
Example
The command below sets the byte order of binary data transmission to NORMal.
:FORMat:BORDer NORMal
The query below returns NORM.
:FORMat:BORDer?