
its
job
.
This
can
occur
when
the
measurement
module
is
processing
a
time
consuming
job
(for
example
,
a
sweep
or
a
calibration
coecient
calculation).
The
measurement
module
cannot
process
an
GPIB
command
if
the
module
receives
it
during
a
process
.
Therefore
,
you
must
synchronize
the
measurement
module
and
the
process
used
by
the
controller
to
execute
GPIB
commands
successfully
.
The
following
modules
show
a
way
to
synchronize
these
two
procedures
.
Calibration
Process
1.
Setup
the
calibration
mode
.
OUTPUT
@E5100;"CALI
RESP"
Sets
the
calibration
mode
to
R
esponse
.
Module
2-7.
Calibration
Mode
Setup
2.
Connect
a
standard
and
perform
a
measurement.
Y
ou
can
use
the
STANC?
Query
to
make
a
calibration
measurement
and
to
check
to
check
for
the
completion
of
the
sweep
because
the
sweep
process
requires
extra
time
.
When
you
execute
ST
ANC?,
it
returns
1
as
soon
as
the
GPIB
command
executed
immediately
before
it
is
completed.
The
program
does
not
proceed
to
the
next
step
until
the
ENTER
statement
receives
the
return
value
from
the
Query
.
INPUT
"CONNECT
THRU,
THEN
PRESS
ANY
KEY",A$
Shows
the
prompt
message
and
waits
for
the
key
entry
.
OUTPUT
@E5100;"STANC?"
ENTER
@E5100Tmp
P
erforms
a
measurement.
Module
2-8.
Connection
and
Measurement
3.
The
calibration
coecient
is
calculated
when
the
measurement
is
completed.
Y
ou
can
also
pause
the
program
during
a
calibration
coecient
calculation.
RESPDONE?
is
used
to
monitor
for
the
completion
of
the
calculation.
OUTPUT
@E5100;"RESPDONE?"
ENTER
@E5100;Tmp
P
erforms
the
calculation
of
calibration
coecient.
Module
2-9.
Calculation
of
the
Calibration
Coecient
The
calibration
is
now
complete
and
the
E5100A/B
is
ready
to
make
a
measurement.
5.
Device
Connection
Y
ou
must
tell
the
operator
to
connect
a
device
.
This
statement
uses
INPUT
to
pause
the
program
until
data
is
entered
from
the
keyboard.
INPUT
"CONNECT
DUT,
THEN
PRESS
[RETURN]",A$
Displays
a
message
and
waits
for
the
data
entry
Module
2-10.
Device
Connection
The
program
starts
a
measurement
when
a
device
is
connected.
Y
ou
need
to
pause
the
program,
as
you
needed
to
do
for
a
calibration,
until
the
measurement
completes
.
Setup
and
Measurement
Program
2-5
Содержание E5100A
Страница 1: ...Agilent E5100A B Network Analyzer Programming Manual ...
Страница 2: ......
Страница 5: ...c Copyright 1995 1996 1997 1998 2000 2001 Agilent Technologies Japan Ltd ...
Страница 8: ......
Страница 36: ......
Страница 46: ......
Страница 48: ...Figure 3 1 Simpli ed Data Processing Flow 1 3 2 Data Processing and T ransfer ...
Страница 58: ......
Страница 76: ......
Страница 105: ...610 RETURN 620 630 Ending ENDING PROGRAM 640 ASSIGN Dt TO 650 660 END Application Sample Programs 7 7 ...
Страница 112: ......
Страница 232: ......
Страница 246: ......
Страница 250: ......
Страница 277: ...110 PRINT Pole left Pole1 dB Fp1 Hz 120 PRINT Pole right Pole2 dB Fp2 Hz 130 END Waveform Analysis Commands D 27 ...
Страница 299: ...110 END Waveform Analysis Commands D 49 ...
Страница 302: ......
Страница 322: ......
Страница 350: ......
Страница 352: ......
Страница 362: ......
Страница 368: ......
Страница 372: ......