Specifications
PROGram - Subsystem ZVx
1043.0009.50 3.74 E-15
3.6.13 PROGram - Subsystem
The PROGram-subsystem contains commands used to start and control application programs on the
instrument.
COMMAND PARAMETER UNIT COMMENT
PROGram
[:SELected]
:NAME
:STRing
:EXECute
ZVR_K9 | PROG
<varname>[,<string>]
<cmdname> no query
PROGram[:SELected]:NAME
This command specifies the name of the application to be selected.
Syntax:
PROGram[:SELected]:NAME ZVR_K9 | PROG
Example:
"PROG:NAME ZVR_K9"
Features:
*RST value:
SCPI:
PROG
conforming
, The application ZVR-K9 or, for PROG, any program running under Windows NT is controlled via
the PROGram subsystem. For Windows applications, there is no backsignalling of results to the
instrument software.
PROGram[:SELected]:STRing
This command assigns values to the variables in the application selected or queries the values of
variables.
Syntax:
PROGram[:SELected]:STRing <varname>,<string>
PROGram[:SELected]:STRing? <varname>
<varname> ::= ’EMBED_CAL_IN’ |
’EMBED_TNW’ |
’EMBED_CAL_OUT’ |
’CMDLINE’ |
’FILE’
Example:
"PROG:STR ’EMBED_CAL_IN’,’c:\user\config\user.ca1’"
"PROG:STR? ’EMBED_CAL_IN’"
Features:
*RST value:
SCPI:
-
conforming
’EMBED_CAL_IN’ defines the file name for the calibration file to be processed.
’EMBED_CAL_OUT’ defines the file name for the output file.
’EMBED_TNW’ specifies the file describing the transformation network.
Command line parameters for applications can be specified in <string> with <varname>=’CMDLINE’.
With <varname>=’FILE’, the file name is specified in <string> (optionally with path).