Remote Control
R&S
®
ESR
1039
User Manual 1175.7068.02 ─ 12
CALL InstrWrite(analyzer,"INIT;*WAI") 'Perform sweep with sync
CALL InstrWrite(analyzer,"CALC:MARK:FUNC:POW:RES? OBW")'Query OBW results
CALL InstrRead(analyzer,result$)
Print "Spectrum 3 OBW results : ";result$
'--------- Sweep in Spectrum 4 Tab and query CCDF results -----------------
CALL InstrWrite(analyzer," INST:SEL 'Spectrum 4'") 'Select Tab 4
CALL InstrWrite(analyzer,"INIT;*WAI") 'Perform sweep with sync
CALL InstrWrite(analyzer,"CALC:STAT:RES1? ALL")'Query CCDF results
CALL InstrRead(analyzer,result$)
Print "Spectrum 4 CCDF results : ";result$
'--------- Now the sweep part can be redone without the need of ------------
'--------- doing the setup of all 4 measurements again. .------------
END SUB
REM ************************************************************************
11.18
GPIB Commands of HP Models 856xE, 8566A/B,
8568A/B and 8594E
The R&S
FSV analyzer family supports a subset of the GPIB commands of HP models
8560E, 8561E, 8562E, 8563E, 8564E, 8565E, 8566A, 8566B, 8568A, 8568B and
8594E.
Despite the differences in system architecture and device features, the supported com-
mands have been implemented in a way to ensure a sufficiently high degree of corre-
spondence with the original.
This includes the support of syntax rules for not only newer device families (B and E
models) but for the previous A family as well.
In many cases the selection of commands supported by the R&S
FSV is sufficient to
run an existing GPIB program without adaptation.
After the introduction, this section includes the following topics:
................................... 1041
Special Features of the Syntax Parsing Algorithms for 8566A and 8568A Models
..........................................................................1066
Model-Dependent Default Settings
..................................................................... 1067
...........................................................................................1068
................................................................................ 1068
................................................................................... 1068
........................................................................................1068
GPIB Commands of HP Models 856xE, 8566A/B, 8568A/B and 8594E