Remote control commands
R&S
®
SMA100B
477User Manual 1178.3834.02 ─ 09
:DIAGnostic<hw>:POINt:CATalog?
Queries the test points available in the instrument.
For more information, see R&S SMA100B Service Manual.
Return values:
<Catalog> string
List of comma-separated values, each representing a test point
Example: See Example "Programming example" on page 475.
Usage: Query only
: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 475.
Usage: Query only
14.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 subsystem