R&S
®
ZVA / R&S
®
ZVB / R&S
®
ZVT Annexes
Configuration Files for External Devices
Operating Manual 1145.1084.12 – 30 1163
- Set step-by-step processing mode of the list
- Set trigger source to external
- Set external trigger on rising slope
The command does not include the transmission of the list
data (--> this is done via GENERATORFREQLIST /
GENERATORLEVELLIST )
Example:
SOUR:LIST:MODE STEP;:SOUR:LIST:TRIG:SOUR
EXT;:INP:TRIG:SLOP POS;:SOUR:LIST:RES
GENERATORSELECTLISTBYNAME
Mandatory if
GENERATORIECAVAIL =
TTL, else unnecessary
SCPI command to select a named list / create a new list.
Format: <Command> "%s"
%s = list name place holder
If FULL_MULTI_LIST_MODE = 0, the list is sent to the
generator.
Example:
:LIST:SEL "%s"
GENERATORDELETELISTBYNAME
Mandatory if
GENERATORIECAVAIL =
TTL, else unnecessary
SCPI command to deactivate the list mode and delete the
named list.
Format: <Command> %s
%s = list name place holder
The command must switch to CW mode first and set the
power to minimum. Then, it must delete the list.
Example:
:FREQ:MODE CW;:POW -20DBM;:LIST:DEL "%s"
Mandatory if
GENERATORIECAVAIL =
TTL, else unnecessary
SCPI command to send a frequency list to the generator
(comma-separated ASCII format).
Format: <Command> %s
%s = parameter for ascii data
Example:
:FORM ASC;:LIST:FREQ %s
Mandatory if
GENERATORIECAVAIL =
TTL, else unnecessary
SCPI command to send a power level list to the generator
(comma separated ASCII-format).
Format: <Command> %s
%s = parameter for ascii data
Example:
:FORM ASC;:LIST:POW %s
Optional if
GENERATORIECAVAIL =
TTL, else unnecessary
SCPI command to send a frequency list to the generator
("real, 64" block data format).
If this command is not used in the configuration file, the list is
sent in ASCII format using GENERATORFREQLIST.
Block data format is recommended (if possible), because it
reduces the amount of data to be transferred over GPIB bus
or LAN.
Format: <Command> %s
%s = parameter for block data
Example:
:FORM REAL,64;:LIST:FREQ %s
Optional if
GENERATORIECAVAIL =
TTL, else unnecessary
SCPI command to send a power level list to the generator
("real, 64" block data format).
If this command is not used in the configuration file, the list is
sent in ASCII format using GENERATORLEVELLIST.