Agilent Part No. 08703- 90 20 2
Printed in USA
July 2001
Agilent Technologies
Lightwave Division
3910 Brickway BoulevardSanta
Rosa, CA 95403, USA
Notice.
The information contained in
this document is subject to
change without notice. Companies, names, and data used in
examples herein are fictitious
unless otherwise noted. Agilent Technologies makes no
warranty of any kind with
regard to this material, including but not limited to, the
implied warranties of merchantability and fitness for a
particular purpose. Agilent
Technologies shall not be liable
for errors contained herein or
for incidental or consequential
damages in connection with
the furnishing, performance, or
use of this material.
Restricted Rights Legend.
Use, duplication, or disclosure
by the U.S. Government is subject to restrictions as set forth
in subparagrap h (c) (1 ) (i i) of
the Rights in Technical Data
and Computer Software clause
at DFARS 252.227-7013 for
DOD agencies, and subparagraphs (c) (1) and (c) (2) of
the Commercial Computer
Software Restricted Rights
clause at FAR 52.227-19 for
other agencies.
Warranty.
This Agilent Technologies
instrument product is warranted against defects in material and workmanship for a
period of one yea r fro m date of
shipment. During the warranty period, Agilent Technologies will, at its option, either
repair or replace products
which prove to be defective.
For warranty service or repair,
this product must be returned
to a service facility designated
by Agilent Technologies. Buyer
shall prepay shipping charges
to Agilent Technologies and
Agilent Technologies shall pay
shipping charges to return the
product to Buyer. However,
Buyer shall pay all shipping
charges, duties, and taxes for
products returned to Agilent
Technologies from another
country.
Agilent Technologies warrants
that its software and firmware
designated by Agilent Technologies for use with an instrument will execute its
programming instructions
when properly installed on that
instrument. Agilent Technologies does not warrant that the
operation of the instrument, or
software, or firmware will be
uninterrupted or error-free.
Limitation of Warranty.
The foregoing warranty shall
not apply to defects resulting
from improper or inadequate
maintenance by Buyer,
Buyer-supplied software or
interfacing, unauthorized modification or misuse, operation
outside of the environmental
specifications for the product,
or improper site preparation or
maintenance.
No other warranty is
expressed or implied. Agilent
Technologies specifically disclaims the implied warranties
of merchantability and fitness
for a particular purpose.
Exclusive Remedies.
The remedies provided herein
are buyer's sole and exclusive
remedies. Agilent Technologies
shall not be liable for any
direct, indirect, special, incidental, or consequential damages, whether based on
contract, tort, or any other
legal theory.
Safety Symbols.
CAUTION
The caution sign denotes a
hazard. It calls attention to a
procedure which, if not correctly performed or adhered
to, could result in damage to or
destruction of the product. Do
not proceed beyond a caution
sign until the indicated conditions are fully understood and
met.
WARNING
The warning sign denotes a
hazard. It calls attention to a
procedure which, if not correctly performed or adhered
to, could result in injury or loss
of life. Do not proceed beyond
a warning sign until the indicated conditions are fully
understood and met.
The instruction manual symbol. The product is marked with this
warning symbol when
it is necessary for the
user to refer to the
instructions in the
manual.
The laser radiation
symbol. This warning
symbol is marked on
products which have a
laser output.
The AC symbol is used
to indicate the required
nature of the line module input power.
| The ON symbols are
used to mark the positions of the instrument
power line switch.
❍ The OFF symbols
are used to mark the
positions of the instrument power line
switch.
The CE mark is a registered trademark of the
European Community.
The CSA mark is a registered trademar k of
the Canadian Standards Association.
The C-Tick mark is a
registered trademark of
the Australian Spectrum Management
Agency.
This text denotes the
ISM1-A
instrument is an Industrial Scientific and
Medical Group 1 Class
A product.
Typographi ca l C on ve nt io ns .
The following conventions are
used in this book:
Keytype for keys or text lo cated
on the keyboard or ins tr ume nt.
Softkeytype for key names that
are displayed on the instrument’s screen.
Displaytype for words or
characters displayed on the
computer’s screen or instrument’s display.
Usertype for words or charac-
ters that you type or enter.
Emphasis type for words or
characters that emphasize
some point or that are used as
place holders for text that you
type.
2
Contents
1.Alphabetical Command Reference
Alphabetical Command Reference 1-2
Symbol Conventions 1-3
Keys to Programming Commands 1-4
Programming Commands 1-15
PAUS 1-56
8703A Commands Not Supported in the 8703B 1-79
2.Command Listings
Alphabetical List of Commands 2-2
OPC-Compatible List of Commands 2-4
3.Introduction to Instrument Control
Introduction to Instrument Control 3-2
Instrument Control using the VXIplug&play Driver 3-3
Instrument Control using HP BASIC 3-9
Data Processing Chain 6-2
Data Arrays 6-2
Common Output Commands 6-3
Fast Data Transfer Commands 6-4
Data Levels 6-4
Learnstring and Calibration-Kit String 6-5
7.Error Reporting
Error Reporting 7-2
Contents-1
Contents
Status Reporting 7-3
The Status Byte 7-6
The Event-Status Register and Event-Status Registers B and L 7-7
Error Output 7-8
Error Messages in Numerical Order 7-9
8.Programming Examples
Example Programs 8-2
Measurement Process 8-3
Programming Examples 8-5
Measurement Setup Examples 8-9
Measurement Calibration Examples 8-26
Measurement Data Transfer Examples 8-63
Measurement Process Synchronization Examples 8-74
Analyzer System Setup Examples 8-84
List-Frequency and Limit-Test Table Examples 8-92
Report Generation Examples 8-106
Limit Line and Data Point Special Functions 8-125
9.Preset State and Memory Allocation
Preset State and Memory Allocation 9-2
Preset State 9-3
Memory Allocation 9-13
Contents-2
1
Alphabetical Command Reference1-2
Keys to Programming Commands1-4
Programming Commands1-15
8703A Commands Not Supported in the 8703B1-79
In this chapter, you can find an alphabetical list and brief descriptions of the supported
commands for controlling the Agilent 8703B remotely.
NOTESome commands have a range of values associated with them. If you send a
value that is beyond the analyzer’s capability, the analyzer will default to the
closest allowed value. Refer to the individual commands for the specific range
of values allowed.
1-2
Alphabetical Command Reference
Symbol Conventions
Symbol Conventions
<num> Required numerical data.
<choice1|choice2|…|choicen> An appendage that is part of the command. For example,
FORMAT<DOS|LIF> indicates that the actual commands are
FORMATDOS and FORMATLIF.
<$> Indicates a character string operand which must be
enclosed by double quotes.
| An either/or choice in an appendage or optional data.
[ ] Optional data.
A terminator indicates the end of a command string, and this manual uses a semicolon as the
terminator in all syntax examples. The analyzer also interprets line feeds and GPIB end or
identify (EOI) messages as terminators.
Terminators are not necessary for the analyzer to interpret commands correctly, however in
the case of a syntax error, the analyzer will attempt to recover at the next terminator.
Therefore, it is recommended that you conclude each command with a terminator.
Because this chapter is an “Alphabetical Command Reference,” the commands have been
listed alphabetically, rather than by function, in both the “Syntax” sections and the
“Description ” sections. Therefore, commands grouped together in the “Syntax” sections, are
grouped alphabetically and/or due to common syntax form, not necessarily due to common
functionality.
The softkeys listed in the “Front Panel Equivalents” tables may not be in the first menu
viewed when the associated hardkey is pressed. In many cases, more than one key press will
be required to locate the softkey. Refer to your analyzer’s reference guide for the exact
location of any softkey.
Some commands that do not have an associated query syntax can be queried by sending the
command (without a value) and then sending the OUTPACTI command, as in the following
example that queries the segment power value:
10 OUTPUT 716;”SEGPOWER;OUTPACTI;”
Many of the commands that do have a listed query syntax can also be queried in this manner.
1-3
Alphabetical Command Reference
Keys to Programming Commands
SMOOTHING ON OFFSMOOO <ON|OFF>
CalISOLATIONISOL
CalALTERNATE A and BALTAB
CalALTERNATE RFL/TRANALTAB
CalCORRECTION ON OFFCORR
CalDEFINE STANDARDDEFS
CalDONE 1-PORT CALSAV1
CalDONE 2-PORT CALSAV2
CalDONE RESP ISOL’N CALRAID
CalDONE:DONE
CalDONE:RESPDONE
CalEXTENSION PORT 1PORT1
CalEXTENSION PORT 2PORT2
CalEXTENSIONS ON OFFPORE
CalFULL 2-PORTCALIFUL2
CalFWD ISOL’NFWDI
CalFWD MA TCHFWDM
CalFWD TRA NSFWDT
CalINTERPOL ON OFFCORI
CalISO L’N STDRAIISOL
CalISOLATION DONEISOD
CalMAXIMUM FREQUENCYMAXF
CalOMIT ISOLATIONOMII
1-4
Alphabetical Command Reference
Keys to Programming Commands
Table 1-1. Front Panel Equivalents (2 of 11)
HardkeySoftkeyCommand
CalREFLECTIONREFL
CalRESPONSECALIRESP
CalRESPONSERAIRESP
CalRESPON SE & IS OL’NCALIRAI
CalRespons e & Match (E/O)CA LIEORM
CalResponse & Match (O/E)CALIOERM
CalResponse & Match: DoneRAMD
CalRESUME CA L SEQUENCERESC
CalREV ISOL’NREVI
CalREV MATCHREVM
CalREV TRAN SREVT
CalS11 1-PORTCALIS111
CalS11ACLASS11A
CalS11BCLASS11B
CalS11CCLASS11C
CalS22 1-PORTCALIS221
CalS22ACLASS22A
CalS22ACLASS22B
CalS22ACLASS22C
CalSET Z0SETZ
CalSLIDING LOAD DONESLID
CalSPECIFY CLASS DONECLAD
Calstandard listed under softkey 1STANA
Calstandard listed under softkey 2STANB
Calstandard listed under softkey 3STANC
Calstandard listed under softkey 4STAND
Calstandard listed under softkey 5STANE
Calstandard listed under softkey 6STANF
Calstandard listed under softkey 7STANG
CalSTANDARDS DONEREFD
CalSTANDARDS DONETRAD
1-5
Alphabetical Command Reference
Keys to Programming Commands
Table 1-1. Front Panel Equivalents (3 of 11)
HardkeySoftkeyCommand
CalTESTS ET SW n SweepsTSSWIn
CalTRANSMISSNTRAN
CalVELOCITY FACTORVELOFACT
Center CENT
Chan 1N/ACHAN1
Chan 2N/ACHAN2
Chan 3N/ACHAN3
Chan 4N/ACHAN4
CopyLINE TYPE DATALINTDATA
LINE TYPE MEMORYLINTMEMO
LIST VALUESLISV
NEXT PAGENEXP
OP PARAMSO PE P
PLOTPLOT
RESTORE DISPLAYRESD
1-6
Table 1-1. Front Panel Equivalents (4 of 11)
HardkeySoftkeyCommand
Display2x:[1&2][3&4]D2XUPCH2
2x:[1&3][2&4]D2XUPCH3
4x:[1][2][3][4]D4XUPCH2
4x:[1][3][2][4]D4XUPCH3
AUX CHAN ON OFFAUXC <ON|OFF>
BACKGROUND INTENSITYBACI
BEEP DONE ON OFFBEEPDONE <ON|OFF>
BEEP FAIL ON OFFBEEPFAIL <ON|OFF>
BEEP WARN ON OFFBEEPWARN <ON|OFF>
BRIGHTNESSCBRI
DATA ->MEMORYDATI
Alphabetical Command Reference
Keys to Programming Commands
DATA and MEMORYDISPDATM
DATA/MEMDISPDDM
DATA-MEMDISPDMM
DATA+MEMDISPDPM
DATA*MEMDISPDTM
MEM1/MEM2DISPM1DM
MEM1-MEM2DISPM1MM
MEM1+MEM2DISPM1PM
MEM1*MEM2DISPM1TM
MEM2/MEM1DISPM2DM
MEM2-MEM1DISPM2MM
MEM/DATADISPMDD
MEM-DATADISPMMD
MATH->MEMMATI
MEM1->MEM2MEM1I
MEM2->MEM1MEM2I
DEFAULT COLORSDEFC
DISPLAY: DATADISPDATA
DUAL CHAN ON OFFDUAC <ON|OFF>
FREQUENCY BLANKFREO
INTENSITYINTE
1-7
Alphabetical Command Reference
Keys to Programming Commands
Table 1-1. Front Panel Equivalents (5 of 11)
HardkeySoftkeyCommand
downN/AD OWN
Entry OffN/AENTO
FormatDELAYDELA
IMAGINARYIMAG
LIN MAGLINM
LOG MAGLOGM
PHASEPHAS
POLARPOLA
REALREAL
SMITH CHARTSMIC
SWRSWR
LocalADDRESS: CONTROLLERADDRCONT
ADDRESS: DISKADDRDISC
ADDRESS: P MTR/GPIBADDRPOWM
DISK UNIT NUMBERDISCUNIT
GPIB DIAG ON OFFDEBU <ON|OFF>
PLTR PORT GPIBADDRPLOT
PRNTR PORT GPIBADDRPRIN
USE PASS CONTROLUSEPASC
Markerall OFFMARKOFF
D MODE OFFDELO
D REF = D FIXED MKRDELRFIXM
D REF = nDELR
FIXED MKR AUX VALUEMARKFAUV
FIXED MKR STIMULUSMARKFSTI
FIXED MKR VALUEMARKFVAL
MARKER nMARKn
1-8
MKR ZEROMARKZERO
Table 1-1. Front Panel Equivalents (6 of 11)
HardkeySoftkeyCommand
Marker FctnDISP MKRS ON OFFDISM
G + jB MKRSMIMGB
POLAR LIN MKRPOLMLIN
SMITH LIN MKRSMIMLIN
POLAR LOG MKRPOLMLOG
SMITH LOG MKRSMIMLOG
MARKER -> CENTERMARKCENT
MARKER -> DELAYMARKDELA
MARKER -> SPANMARKSPAN
MARKER -> STARTMARKSTAR
MARKER -> STOPMARKSTOP
Alphabetical Command Reference
Keys to Programming Commands
MARKERS: CONTIN UOUSMARKCONT
MARKERS: COUPLEDMARKCOUP
MARKERS: DISCRETEMARKDISC
MARKERS: UNCOUP LEDMARKUNCO
MEASURE: STATSMEASTAT
SMITH R + jX MKRSMIMRX
POLAR Re/Im MKRPOLMRI
SMITH Re/Im MKRSMIMRI
Alphabetical Command Reference
Keys to Programming Commands
Table 1-1. Front Panel Equivalents (7 of 11)
HardkeySoftkeyCommand
MeasBMEASB
AMEASA
A/BAB
A/R AR
B/RBR
CONVERSION 1/SCONV1DS
CONVERSION OFFCONVOFF
CONVERSION Y:Ref lCONVYREF
CONVERSION Y:Tran sCONVYTRA
CONVERSION Z:ReflCO NVZREF
CONVERSION Z:TransCONVZT RA
E/O TransM EASEO1
O/E Trans (Port 1)MEASOE1
O/E Trans (Port 2)MEASOE2
O ReflMEASO1
O TransMEAS001
RMEASR
Refl:FWD S11 (A/R)S11
Refl:REV S22 (B/R)S22
Trans:FWD S21 (B/R)S21
Trans:REV S12 (A/R)S12
PowerN/APOWE
PORT POWERPORTP
PWR RANGE AUTO MANPWRR <PMAN|PAUTO>
RANGE nPRAN
SOURCE PWR ON OFFSOUP <ON|OFF>
PresetN/APRES
1-10
N/ARST
Table 1-1. Front Panel Equivalents (8 of 11)
HardkeySoftkeyCommand
Save/RecallCLEARCLEAREG <01-31>
CLEAR ALLCLEARALL
DATA ARRAY ON OFFEXTMDATA
DATA ONLYEXTMDATO
FILE NAMETITF
FORMAT ARY ON OFFEXTMFORM
FORMAT INT DISKINID
GRAHPICS ON OFFEXTMGRAP
INTERNAL DISKINTD
LOADLOAD
RAW ARRAY ON OFFEXTMRAW
Alphabetical Command Reference
Keys to Programming Commands
READ FILE TITLESREFT
SAVESAVEREG
SAVE FILE when GRAPH FMT [ ] is set to CSV and
FILETYPE: GRAPHIC is selected.
SAVE FILE when GRAPH FMT [ ] is set to JPG and
FILETYPE: GRAPHIC is selected.
SAVE USING ASCIISAVUASCI
SAVE USING BINARYSAVUBINA
TITLETITREG
Alphabetical Command Reference
Keys to Programming Commands
Table 1-1. Front Panel Equivalents (9 of 11)
HardkeySoftkeyCommand
Sweep SetupALL SEGS SWEEPASEG
CONTINUOUSCONT
CONTINUOUSFRER
COUPLED CH ON OFFCOUC
CW FREQCWFREQ
CW TIMECWTIME
EXT TRIG ON SWEEPEXTTON
HOLDHOLD
LIN FREQLINFREQ
LIST FREQLI SFREQ
LIST IF BW ON OFFLISIFBWM
LIST POWER ON OFFLISPWRM
LIST TYPE: STEPPEDLISTTYPELSTP
LIST TYPE: SWEPTLISTTYPELSWP
LOG FREQLOGFREQ
MANUAL TRG ON POINTMANTRIG
MEASURE RESTAR TR E ST
NUMBER of GROUPSNUMG
NUMBER of POINTSPOIN <NUM>
POWER SWEEPPOWS
SEGMENT IF BWSEGIFBW
SEGMENT POWERSEGPOWER
SINGLESING
SINGLE SEG SWEEPSSEG
STEP SIZESTPSIZE
SWEEP TIME AUTOSWEA
SWEEP TIME MANUALSWET <NUM>
TRIGGER: TRIG OFFEXTTOFF
EDIT LISTEDITLIST
Sweep Setup or CalCLEAR LIST YESCLEL
Sweep Setup or SystemSTEP SWP ON OFFSTEPSWP ON| OFF>
1-12
Table 1-1. Front Panel Equivalents (10 of 11)
HardkeySoftkeyCommand
SystemAMPLITUDE OFFSETLIMIAMPO
BEEP FAIL ON OFFBEEPFAIL ON|OFF>
BW DISPLAY on OFFBWLIMDISP ON|OFF>
BW TEST on OFFBWLIMTEST ON|OFF>
CLEAR LISTCLER
CLEAR LIST YESCLEAL
DELTA LIMITSLIMD
DEMOD: AMPLITUDEDEMOAMPL
DEMOD: OFFDEMOOFF
DEMOD: PHASEDEMOPHAS
EDIT LIMIT LINEEDITLIML
Alphabetical Command Reference
Keys to Programming Commands
EDIT RIPL LIMITEDITRLIM
FIRMWARE REVISIONSOFR
FLAT LINELIMTFL
FREQUENCY BANDSELBND
HARMONIC OFFHARMOFF
HARMONIC SECONDHARMSEC
HARMONIC THIRDHARMTHIR
LIMIT LINE ON OFFLIMILINE
LIMIT TEST ON OFFLIMITEST
LOWER LIMITLIML
MARKER -> AMP. OFS.LIMIMAOF
MARKER -> CWMARKCW
MARKER -> MIDDLEMARKMIDD
MARKER -> STIMULUSMARKSTIM
MAXIMUM BANDWIDTHBWLIMMA X
MAXIMUM FREQUENCYRLIMSTP
MAXIMUM RIPPLERLIMM
MIDDLE VALUELIMM
MINIMUM BANDWIDTHBWLIMMIN
MINIMUM FREQUENCYRLIMSTR
N DB POINTSBWLI MDB
1-13
Alphabetical Command Reference
Keys to Programming Commands
Sets the GPIB address for the following peripherals.
Command Description RangeQuery Response
ADDRCONTController GPIB address. The address
where control is returned after a pass
control.
ADDRDISCExternal disk drive GPIB address.integers 0–30
ADDRPLOTPlotter GPIB address.integers 0–30
ADDRPOWMPower meter GPIB address.integers 0–30
ADDRPRINPrinter GPIB address.integers 0–30
integers 0–30
<num><
<num><
<num><
<num><
<num><
L
>
F
L
>
F
L
>
F
L
>
F
L
>
F
ADJB
ADJB
Executes autobiasing of optical modulator. No query response
ALTAB
ALTAB; or ALTAB?;
Command Description RangeQuery Response
ALTABPlaces the analyzer in the alternate inputs
measurement mode, where A and B
measurements are made on alternate
sweeps. See also “CHOPAB.”
N/A
<0|1><
L
>
F
1-15
Alphabetical Command Reference
AR
AR
AR; or AR?;
Command Description RangeQuery Response
ARMeasures and displays A/R on the active
channel.
N/A
<0|1><
L
>
F
ASEG
ASEG; or ASEG?;
Command Description RangeQuery Response
ASEGUses all segments for list frequency sweep.
See also “SSEG”
N/A
<0|1><
L
>
F
AUTB;
AUTB<ON|OFF>;
Enable or disable autobiasing of optical modulator.
AUTO
AUTO;
Command Description RangeQuery Response
AUTOAuto scale the active channel. N/AN/A
AUXC
AUXC<ON|OFF>; or AUXC?;
Command Description RangeQuery Response
AUXCEnables and disables auxiliary channels 3
and 4. OPC-compatible.
Example
10 OUTPUT 716;”CHAN1;AU XCON; ”Turns on channel 3
20 OUTPUT 716;”CHAN2;AU XCON; ”Turns on channel 4
1-16
N/A
<0|1><
L
>
F
Alphabetical Command Reference
AVER
AVERFACT<num>; or AVERFACT?;
AVERO<ON|OFF>; or AVERO?;
AVERREST;
Command Description RangeQuery Response
AVER
AVERFACTSets the averaging factor on the active channel.integers 0–999
AVEROTurns averaging on and off on the active
channel.
AVERRESTRestarts the averaging on the active channel.N/AN/A
N/A
<num><
<0|1><
BACI
BACI<num>; or BACI?;
Command Description RangeQuery Response
BACISets the background intensity of the
display.
integers 0–100
<num><
L
>
F
L
>
F
L
>
F
1-17
Alphabetical Command Reference
BEEP
BEEP
BEEP<DONE|WARN|FAIL><ON|OFF>; or BEEP<DONE|WARN|FAIL>?;
Command Description RangeQuery Response
BEEPDONECauses the analyzer's warning beeper to
sound at the completion of functions such
as save, done with calibration standard,
and data trace saved.
BEEPFAILCauses the analyzer's warning beeper to
sound in the event of a limit test failure.
BEEPWARNCauses the analyzer's warning beeper to
sound when a warning message is
generated.
N/A
N/A
N/A
<0|1><
<0|1><
<0|1><
L
>
F
L
>
F
L
>
F
BR
BR; or BR?;
Command Description RangeQuery Response
BRMeasures and displays B/R on the active
channel.
N/A
<0|1><
L
>
F
BSAMP
BSAMP<ON|OFF>;
Switch B, sampler to : ON = LW, OFF = RF.
BWLIMDB
BWLIMDB<num>; or BWLIMDB?;
Command Description RangeQuery Response
BWLIMDBEnters the N dB Point, the amplitude below
the peak that is used to measure the filter’s
bandwidth.
-500 to 500 dB
<num><
L
>
F
1-18
Alphabetical Command Reference
BWLIMDISP
BWLIMDISP<ON|OFF>; or BWLIMDISP?;
Command Description RangeQuery Response
BWLIMDISP
BWLIMDISPTurns the measured bandwidth value in
the upper left corner of the display on and
off. The measured bandwidth value is
displayed near the bandwidth
Pass/Wide/Narrow message.
N/A
<0|1><
L
>
F
BWLIMMKR
BWLIMMKR<ON|OFF>; or BWLIMMKR?;
Command Description RangeQuery Response
BWLIMMKR
Turns the limit bandwidth marker on and
off.
N/A
<0|1><
L
>
F
BWLIMMAX
BWLIMMAX<num>[HZ|KHZ|MHZ|GHZ]; or BWLIMMAX?;
Command Description RangeQuery Response
BWLIMMAXEnters the maximum bandwidth value. If the
measured bandwidth is greater than this
value, the filter fails the bandwidth test.
stimulus range
a
<num><
L
>
F
a. Refer to “Preset State and Memory Allocation” in your analyzer’s reference guide.
BWLIMMIN
BWLIMMIN<num>[HZ|KHZ|MHZ|GHZ]; or BWLIMMIN?;
Command Description RangeQuery Response
BWLIMMINEnters the minimum bandwidth value. If the
measured bandwidth is less than this value,
the filter fails the bandwidth test.
a. Refer to “Preset State and Memory Allocation” in your analyzer’s reference guide.
stimulus range
a
<num><
L
>
F
1-19
Alphabetical Command Reference
BWLIMSTAT
BWLIMSTAT
BWLIMSTAT;
Command Description RangeResponse
BWLIMSTATReturns the results of the bandwidth test. A
returned value of 0 indicates that the filter
passed the bandwidth test. A returned
value of −1 indicates that the filter failed
the bandwidth test because it is narrower
than the bandwidth limit. A returned value
of 1 indicates that the filter failed the
bandwidth test because it is wider than the
bandwidth limit.
Begins the sequence for a short, load, open,
thru (SLOT) 2-port calibration.
N/A
<011>
<011>
<0|1><
L
>
F
Alphabetical Command Reference
CALK35MM
Command Description RangeQuery Response
CALIRAIBegins the sequence for a response and
isolation calibration.
CALIRESPBegins the sequence for a response
calibration.
CALIS111Begins the sequence for an S11 1-port
calibration (ES models), or a reflection
N/A
N/A
N/A
<0|1><
<0|1><
<0|1><
L
>
F
L
>
F
L
>
F
1-port calibration (ET models).
CALIS221
a
The result of the query command only tells if the particular type of calibration is currently active. It does not
a.
provide information on the status of the cal sequence
Begins the sequence for an S22 1-port
calibration.
.
N/A
<0|1><
L
>
F
CALK35MM
CALK35MM;
Command Description RangeQuery Response
CALK35MMSelects the 3.5mm calibration kit
coefficients.
N/AN/A
CBRI
CBRI<num>; or CBRI?;
Command Description RangeQuery Response
CBRIAdjusts the color brightness of the selected
display feature.
integers 0–100
<num><
L
>
F
CENT
CENT<num>[HZ|DB]; or CENT?;
Command Description RangeQuery Response
CENTSets the center stimulus value. If a list
stimulus range
a
<num><
frequency segment is being edited, sets the
center of the list segment.
a. For frequency or power sweeps, refer to “Preset State and Memory Allocation,” in your analyzer’s reference guide.
For CW time: 0 to 24 hours. For frequency sweep, transform on: ± 1/frequency step. For CW time sweep, transform
on: ±1/time step.
L
>
F
1-21
Alphabetical Command Reference
CHAN
CHAN
CHAN<1|2|3|4>;
Makes channel 1, 2, 3, or 4 the active channel. OPC-compatible. No query response.
NOTEThese commands should use OPC? to prevent timing errors with subsequent
commands. Example code written in BASIC:
10 OUTPUT 716;"OPC?;CHAN2;"
20 ENTER 716;OPC
CLAD
CLAD;
Command Description RangeQuery Response
CLADClass done (modify cal kit, specify class).N/AN/A
CLASS
CLASS<11A|11B|11C|22A|22B|22C>;
These commands call reflection standard classes during a calibration sequence. If only one
standard is in the class, it is measured. If there is more than one, the standard being used
must be selected with STAN<A|B|C|D|E|F|G>. If there is only one standard in the class,
EXAMPLETo measure the female open of a type-N cal kit:
OUTPUT 716;"CLASS11A;OPC?;STANB;"
ENTER 716 OPC;
1-22
Alphabetical Command Reference
CLEAREG
CLEAREG<num>;
CLEARALL;
Command Description RangeQuery Response
CLEAREG
CLEAREGClears save/recall registers 01 through 31.
CLEAREG01 through CLEAREG05 are the
same as CLEA1 through CLEA5.
OPC-compatible.
CLEARALLClears all the save/recall registers.
OPC-compatible.
two-digit
integers 01–31
N/AN/A
N/A
CLEAL
CLEAL;
Command Description RangeQuery Response
CLEALClears the limit line list. Should be
preceded by EDITLIML.
N/AN/A
CLEL
CLEL;
Clears the currently selected list. This could be a frequency list, power loss list, or limit test
list. Must be preceded by an “EDIT” command. No query response.
CLES
CL[E]S;
Command Description RangeQuery Response
CLESClears the status byte register, the
event-status registers, and the enable
registers.
CLS
Same as
CLES.
N/AN/A
N/AN/A
CLER
CLER;
Clears (or deletes) the all of existing ripple test limits. No query response.
1-23
Alphabetical Command Reference
COEFA
COEFA
COEFA<1-4> [value]
Set numerator coefficients of response model.
COEFB
COEFB<1-4> [value]
Set denominator coefficients of response model.
COEFDELA
COEFDELA [value];
Set delay coefficient of response model.
COEFK;
COEFK;
Sets constant coefficient of response model.