![R&S RTA4000 Скачать руководство пользователя страница 424](http://html2.mh-extra.com/html/rands/rta4000/rta4000_user-manual_3161987424.webp)
Remote control commands
R&S
®
RTA4000
424
User Manual 1335.7898.02 ─ 08
●
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
RTA4000 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
............................................................................................. 424
................................................................................................430
17.2.1
Documenting results
..................................................................................... 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.
*RST
MMEM:CDIR "/USB_FRONT"
MMEM:MDIR "/USB_FRONT/PIX"
Programming examples