Command/Query
:FORMat:BORDer {NORMal|SWAPped}
:FORMat:BORDer?
This command sets/gets the transfer order of each byte in the output data (byte order), when the data transfer format is set to binary mode (by specifying "REAL" with :FORM:DATA).
Parameter |
Selection Option |
Description |
Byte order |
Data Type |
Character string type (String) |
Range |
NORMal: Transfer begins with the byte that contains the MSB (Most Significant Bit). SWAPped: Transfer begins with the byte that contains the LSB (Least Significant Bit). |
Preset Value |
NORMal |
{NORM|SWAP}<newline><^END>
Dim Var as String
Var= "NORM"
Ena.WriteString ":FORM:BORD " & Var, True
Ena.WriteString ":FORM:BORD?", True
Var=Ena.ReadString
No equivalent key is available on the front panel.
SCPI.FORMAT.BORDER