Remote Control Commands
R&S
®
SMA100B
340
User Manual 1178.3834.02 ─ 03
Setting parameters:
<DialogId>
string
To find out the dialog identifier, use the query
The
<DialogName>
part of the query result is sufficient.
Example:
See
Example "Querying the dialog IDs, opening and closing dia-
Usage:
Setting only
:DISPlay:DIALog:CLOSe:ALL
Closes all open dialogs.
Example:
See
Example "Querying the dialog IDs, opening and closing dia-
Usage:
Event
12.10 FORMat Subsystem
The commands in the
FORMat
subsystem determine the format of data returned by the
R&S
SMA100B to the controller. This affects all query commands that return a list of
numerical data or block data, noted in the descriptions of the commands. The set data
format applies to both paths.
:FORMat:BORDer
<Border>
Determines the sequence of bytes within a binary block. This only affects blocks which
use the IEEE754 format internally.
Parameters:
<Border>
NORMal | SWAPped
NORMal
Expects/sends the
least
significant byte of each IEEE754 float-
ing-point number first and the
most
significant byte last.
SWAPped
Expects/sends the
most
significant byte of each IEEE754 float-
ing-point number first and the
least
significant byte last.
*RST:
NORMal
Example:
FORM:BORD SWAP
transfers the data with the most significant bit first.
FORMat Subsystem