Property (Read-Write)
SCPI.FORMat.BORDer = Value
Value = SCPI.FORMat.BORDer
This command sets/gets byte order setting for binary transfer. Applied for all SCPI connections and array commands/queries.
Parameter |
Value |
Description |
Byte order setting for binary transfer |
Data Type |
Character string type (String) |
Range |
NORMal: Set byte order so that a byte containing MSB (Most Significant Bit) is transferred first SWAPped: Set byte order so that a byte containing LSB (Least Significant Bit) is transferred first |
Preset Value |
NORMal |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as String
Var= "NORMal"
SCPI.FORMat.BORDer = Var
Var = SCPI.FORMat.BORDer
No equivalent key is available on the front panel.
:FORMat:BORDer {NORMal|SWAPped}
:FORMat:BORDer?
{NORMal|SWAPped} <newline><^END>
10 OUTPUT 717;":FORMat:BORDer NORMal"
20 OUTPUT 717;":FORMat:BORDer ?"
30 ENTER 717;A$