Remote Control Commands
R&S
®
SMA100B
432User Manual 1178.3834.02 ─ 05
:DIAGnostic<hw>[:MEASure]:POINt? <Name>
Triggers the voltage measurement at the specified test point and returns the measured
voltage.
For more information, see R&S SMA100B Service Manual.
Query parameters:
<Name> <test point identifier>
Test point name, as queried with the command :
DIAGnostic<hw>:POINt:CATalog?
Return values:
<Value> <value><unit>
Example: See Example "Programming example" on page 430.
Usage: Query only
13.9 DISPlay Subsystem
The DISPlay system contains the commands to set the power-save mode of the
instrument.
Programming Examples
Example: Activating screen saver mode and display update
Use the following commands to switch on the screen saver of your instrument or to
automatic display. These settings are particularly useful when you control the instru-
ment remotely.
// Set the wait time interval and activate the screen saver
:DISPlay:PSAVe:HOLDoff 10
:DISPlay:PSAVe:STATe ON
// Disable the display of the current frequency and level values in remote control
:DISPlay:ANNotation:ALL ON
// :DISPlay:ANNotation:FREQuency ON
// :DISPlay:ANNotation:AMPLitude ON
// Enable automatic update of the display at defined time intervals
:DISPlay:UPDate ON
Example: Querying the dialog IDs, opening and closing dialogs
Use the following commands to query the dialog IDs of all currently open dialogs. The
dialog ID is a prerequisite for opening and closing dialogs via the remote control.
DISPlay Subsystem