R&S
®
ZVA / R&S
®
ZVB / R&S
®
ZVT Command Reference
SCPI Command Reference
Operating Manual 1145.1084.12 – 30 808
Name and path of the *.ini file. The *.ini extension may be omitted as it is
created automatically by the command. The specified path/directory must exist. If
the *.ini file does not exist, it is created.
Key for the key/value pair(s)
String or numeric value for the key/value pair(s). If a string parameter is supplied, it
has to be enclosed in single or double quotes.
Device-specific, command or query.
PROG:INIP 'c:\preferences\myapp', 'myparameter', 'myvalue', 'startf', 123.05
Write two key/value pairs into the file c:\preferences\myapp.ini. The
contents of the file look like:
[PARAMETER]
myparameter="myvalue"
startf="123.05"
PROG:INIP? 'c:\preferences\myapp', 'myparameter'
Query the value of the key myparameter in the *.ini file. The response is
"myvalue".
PROGram[:SELected]:NAME PROG
Selects the application to be run on the analyzer. At present, only the general parameter PROG is
available. This means that PROGram[:SELected]:EXECute can start any program.
Use this command in order to avoid problems should the default value change in future firmware
versions.
Any program that can be run on the analyzer or any file that can be opened with
an application program available on the analyzer
Confirmed, command or query
See PROGram[:SELected]:EXECute.
PROGram[:SELected]:WAIT
Locks command execution and manual control of the analyzer while a program started via
PROGram[:SELected]:EXECute is running. The analyzer does not execute any further commands or
queries until the program is stopped or paused.
Use this command or query before trying to retrieve the return value of the executed program (using
PROGram[:SELected]:RETVal?).