Remote Control Commands
R&S
®
SMW200A
878User Manual 1175.6632.02 ─ 30
:DISPlay:DIALog:CLOSe:ALL
Closes all open dialogs.
Example: See Example "Querying the dialog IDs, opening and closing dia-
logs" on page 874
Usage: Event
14.13 FORMat Subsystem
The commands in the FORMat subsystem determine the format of data returned by the
R&S SMW to the controller. This affects all query commands that return a list of numer-
ical data or block data, noted in the descriptions of the commands. The set data format
applies to both paths.
:FORMat:BORDer..........................................................................................................878
:FORMat:SREGister.......................................................................................................878
:FORMat[:DATA]............................................................................................................ 879
: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