Remote Control Commands
R&S
®
SMB100A
293Operating Manual 1407.0806.32 ─ 21
Example:
DISP:PSAV ON
Activates screen saver mode.
Manual operation: See "Screen Saver Active" on page 108
:DISPlay:UPDate <Update>
Activates the refresh mode of the display.
Parameters:
<Update> 0 | 1 | OFF | ON
*RST: 1
Example:
DISP:UPD ON
Activates automatic update of the display at defined time inter-
vals.
7.7 FORMat Subsystem
The FORMat subsystem contains the commands which determine the format of the
data that the R&S SMB returns to the controller. This affects all query commands
which return a list of numerical data or block data. Reference is made to this in the
descriptions of the commands.
:FORMat:BORDer..........................................................................................................293
:FORMat[:DATA]............................................................................................................294
:FORMat:SREGister.......................................................................................................294
: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
The instrument expects (with setting commands) and sends
(with queries) the least significant byte of each IEEE754 floating-
point number first and the most significant byte last.
SWAPped
The instrument expects (with setting commands) and sends
(with queries) the most significant byte of each IEEE754 floating-
point number first and the least significant byte last.
*RST: NORMal
Example:
FORM:BORD SWAP
The data is transferred with the most significant bit first.
FORMat Subsystem