Remote control commands
R&S
®
SGS100A
212User Manual 1173.9105.02 ─ 13
● CALibration subsystem......................................................................................... 227
● CONNector subsystem......................................................................................... 229
● DIAGnostic subsystem..........................................................................................230
● EXTension subsystem...........................................................................................231
● MMEMory subsystem............................................................................................234
● Fast speed commands..........................................................................................243
● OUTPut subsystem...............................................................................................243
● SENSe, READ, INITiate and SLISt subsystems................................................... 245
● SOURce subsystem..............................................................................................259
● SOURce:CORRection subsystem.........................................................................261
● SOURce:IQ subsystem.........................................................................................270
● SOURce:PHASe subsystem.................................................................................272
● SOURce:POWer subsystem.................................................................................273
● SOURce:PULM Subsystem.................................................................................. 277
● SOURce:ROSCillator subsystem..........................................................................282
● STATus subsystem................................................................................................284
● SYSTem subsystem..............................................................................................288
● TEST subsystem...................................................................................................301
● UNIT subsystem....................................................................................................302
● List of R&S SGS commands.................................................................................303
13.1 Programming examples
This chapter provides simple programming examples for the R&S SGS. The purpose
of the examples is to present all commands for a given task. In real applications, one
would rather reduce the examples to an appropriate subset of commands.
The programming examples have been tested with a software tool which provides an
environment for the development and execution of remote tests. To keep the examples
as simple as possible, only the "clean" SCPI syntax elements are reported. Non-exe-
cutable command lines (e.g. comments) start with two // characters.
At the beginning of most remote control program, an instrument preset/reset is recom-
mended to set the R&S SGS to a defined state. The commands *RST and
SYSTem:PRESet are equivalent for this purpose. *CLS also resets the status registers
and clears the output buffer.
It is also recommended that you lock the instrument for remote control from the
selected controller before further configuration. Use the LOCK command for this pur-
pose.
We assume that the R&S SGS is fully equipped with all available options.
● Performing general tasks for instrument setup..................................................... 213
● Generating an I/Q modulated signal..................................................................... 215
● Adjusting network and remote channel settings....................................................216
● Advanced tasks to optimize performance............................................................. 218
● Enabling and configuring an extension mode....................................................... 219
Programming examples