Remote Control Commands
R&S
®
SMA100B
437User Manual 1178.3834.02 ─ 05
:DISPlay:DIALog:CLOSe:ALL
Closes all open dialogs.
Example: See Example "Querying the dialog IDs, opening and closing dia-
logs" on page 432
Usage: Event
13.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..........................................................................................................437
:FORMat:SREGister.......................................................................................................437
:FORMat[:DATA]............................................................................................................ 438
: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:SREGister <Format>
Determines the numeric format for responses of the status register.
Parameters:
<Format> ASCii | BINary | HEXadecimal | OCTal
ASCii
Returns the register content as a decimal number.
FORMat Subsystem