Remote control commands
R&S
®
RTM3000
424User Manual 1335.9090.02 ─ 09
●
Parameter usage
If not specified otherwise, a parameter can be used to set a value and it is the
result of a query.
Parameters required only for setting are indicated as Setting parameters.
Parameters required only to refine a query are indicated as Query parameters.
Parameters that are only returned as the result of a query are indicated as Return
values.
●
Conformity
Commands that are taken from the SCPI standard are indicated as SCPI con-
firmed. All commands used by the R&S RTM3000 follow the SCPI syntax rules.
●
Asynchronous commands
A command which does not automatically finish executing before the next com-
mand starts executing (overlapping command) is indicated as an Asynchronous
command.
●
Reset values (*RST)
Default parameter values that are used directly after resetting the instrument (*RST
command) are indicated as *RST values, if available.
●
Default unit
The default unit is used for numeric values if no other unit is provided with the
parameter.
17.2 Programming examples
● Documenting results............................................................................................. 424
● Firmware update................................................................................................... 428
● Search...................................................................................................................429
● Function generator................................................................................................430
17.2.1 Documenting results
● Saving screenshots to file..................................................................................... 424
● Saving, copying, and loading setup data.............................................................. 425
● Reading waveform data in real format.................................................................. 426
● Reading waveform data in unsigned integer format............................................. 426
17.2.1.1 Saving screenshots to file
Save two display images in png format to the PIX folder on a USB flash drive that is
connected to the front panel. One screenshot is colored and the other is grayscaled.
Finally, the data of the gray screenshot is read for further user on the control computer.
Command description in: Chapter 17.9.3, "Screenshots", on page 582.
*RST
MMEM:CDIR "/USB_FRONT"
MMEM:MDIR "/USB_FRONT/PIX"
Programming examples