![Ronde & Schwarz 1304.0004.03 User Manual Download Page 917](http://html1.mh-extra.com/html/ronde-and-schwarz/1304-0004-03/1304-0004-03_user-manual_1484985917.webp)
Remote Commands
R&S
®
FPL1000
917
User Manual 1178.3370.02 ─ 09
//Loads the limit lines stored in 'LimitLines_FM1_FM3'
CALC:LIM1:NAME 'FM1'
CALC:LIM1:UPP:STAT ON
//Activates upper limit FM1 as line 1.
CALC:LIM3:NAME 'FM3'
CALC:LIM3:LOW:STAT ON
//Activates lower limit line FM3 as line 3.
CALC:LIM:ACT?
//Queries the names of all active limit lines
//Result: 'FM1,FM3'
CALC:LIM1:TRAC3:CHEC ON
//Activates the upper limit to be checked against trace3 (maxhold trace)
CALC:LIM3:TRAC2:CHEC ON
//Activates the upper limit to be checked against trace2 (average trace)
CALC:LIM:CLE
//Clears the previous limit check results
//------------- Performing the measurement---------------------
INIT;*WAI
//Initiates a new measurement and waits until the last sweep has finished.
//-------------- Retrieving limit check results----------------------------
CALC:LIM1:FAIL?
//Queries the result of the upper limit line check
CALC:LIM3:FAIL?
//Queries the result of the lower limit line check
11.9
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 8.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
Managing Settings and Results