User`s guide

Table Of Contents
Chapter 13 337
SCPI Command Reference
E5061A/E5062A commands
13. SCPI Command
Reference
:FORM:BORD
Syntax :FORMat:BORDer {NORMal|SWAPped}
:FORMat:BORDer?
Description When the data transfer format is set to the binary transfer format, sets the transfer order of
each byte in data (byte order).
For details about the data transfer format, refer to “Data Transfer Format” on page 104.
Parameters
Query response {NORM|SWAP}<newline><^END>
Example of use
10 OUTPUT 717;":FORM:BORD SWAP"
20 OUTPUT 717;":FORM:BORD?"
30 ENTER 717;A$
Related commands :FORM:DATA on page 338
Equivalent key No equivalent key is available on the front panel.
Description
NORMal
(preset value)
Specifies the byte order in which transfer starts from the byte
including MSB (Most Significant Bit).
SWAPped Specifies the byte order in which transfer starts from the byte
including LSB (Least Significant Bit).