Command reference
R&S
®
ZNL/ZNLE
575
User Manual 1178.5966.02 ─ 19
//Set marker to maximum in IQ1 and query result
CALCulate:MARKer:MAXimum
CALC:MARK:Y?
//Switch to second IQ channel and retrieve results
INST:SEL 'IQ 2';*WAI
CALCulate:MARKer:MIN
CALC:MARK:Y?
//Switch to first Spectrum channel
INST:SEL 'Spectrum';*WAI
//Query one of the SEM results
CALCulate:MARKer:FUNCtion:POWer:RESult? CPOWer
//Switch to second Spectrum channel
INST:SEL 'Spectrum 2';*WAI
//Query channel power result
CALCulate:MARKer:FUNCtion:POWer:RESult? ACPower
11.3.3
Managing settings and results
The commands required to store and load instrument settings and import and export
measurement results in a remote environment are described here.
Addressing drives
The various drives can be addressed via the "mass storage instrument specifier"
<msis> using the conventional Windows syntax. The internal hard disk is addressed by
"C:".
For details on storage locations refer to
Chapter 6.2.2.2, "Storage location and file-
The file names (<FileName> parameter) are given as string parameters enclosed in
quotation marks. They also comply with Windows conventions. Windows file names do
not distinguish between uppercase and lowercase notation.
Wildcards
The two characters "*" and "?" can be used as "wildcards", i.e., they are variables for a
selection of several files. The question mark "?" replaces exactly one character, the
asterisk replaces any of the remaining characters in the file name. "*.*" thus means all
files in a directory.
Path names
Storage locations can be specified either as absolute (including the entire path) or rela-
tive paths (including only subfolders of the current folder). Use the
MMEM:CDIR?
query
to determine the current folder.
General data storage and loading commands
...................................................... 576
...................................................................................581
Storing and loading instrument settings
................................................................584
Common instrument commands