Command Reference
R&S
®
ZNB/ZNBT
957
User Manual 1173.9163.02 ─ 38
Example:
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
<Program>
Selects the application to be run on the analyzer. At present, only the general parame-
ter PROG is available. This means that
any program.
Tip:
Use this command in order to avoid problems should the default value change in
future firmware versions.
Parameters:
<Program>
PROG
Any program running under Windows or any file that can be
opened with an application program available on the analyzer.
*RST:
PROG
Example:
See
PROGram[:SELected]:RETVal?
Queries the return value of an application or process started via
.
This will only be successful if preceded by a
PROGram[:SELected]:WAIT?
query
Example:
See
Usage:
Query only
PROGram[:SELected]:WAIT
Locks command execution from the current controller program while a program started
via
is running. The analyzer does not execute any
further commands or queries until the program is stopped or paused.
Use
PROGram[:SELected]:WAIT?
before trying to retrieve the return value of the
).
SCPI Command Reference