4263B
f
1
j
2
g
means
that
one
of
the
two
numbers
must
be
attached
to
the
root
mnemonic,
that is
,the
word
\
CALC
";
1
means
the
primary
parameter
and
2
means
the
secondary
parameter.
F
or example
,
to
set
the
limit
values
both
for
the
primary
and
the secondary
parameter,
and to
enable
the comparator
function,
OUTPUT
717;":CALC1:LIM:LOW 1E-5"
OUTPUT
717;":CALC1:LIM:UPP
1E-4"
OUTPUT
717;":CALC2:LIM:LOW
1E-5"
OUTPUT
717;":CALC2:LIM:UPP
1E-4"
OUTPUT
717;":CALC1:LIM:STAT
ON"
T
o
Display
a
Deviation Measurement
The
following
commands
displays
a
deviation
measurement:
:DATA
:CALC{1|2}:MATH:EXPR:NAME
:CALC{1|2}:MATH:EXPR:CAT?
:CALC{1|2}:MATH:STAT
f
1
j
2
g
means
that
one
of
the
two
numbers
must
be
attached
to
the
root
mnemonic
,
that
is
,the
word
\
CALC
";
1
means
the
primary
parameter
and
2
means
the
secondary
parameter
.
F
or
example
,
to
set
the
reference
values
using
the
measured
values
,
to set
to calculate
the
absolute
value
of
deviation
for
the
primary
parameter
,
and
to
set
to
calculate
the
percent
of
deviation
for
the
secondary
parameter
,
:
OUTPUT
717;":FETC?"
ENTER
717;s1,d1,d2
OUTPUT
717;":DATA
REF1,";d1
OUTPUT
717;":DATA
REF2,";d2
OUTPUT
717;":CALC1:MATH:EXPR:NAME
DEV"
OUTPUT
717;":CALC2:MATH:EXPR:NAME
PCNT"
OUTPUT
717;":CALC1:MATH:STAT
ON"
OUTPUT
717;":CALC2:MATH:STAT
ON"
:
T
o
W
ait
Until
Previously
Sent
Commands
are
Completed
The
following
commands
make
the
4263B
wait
until the
previously sent
commands are
completed:
*OPC
*OPC?
*WAI
For example
, to wait until the OPEN correction is completed,
OUTPUT
717;":SENS:CORR:COLL STAN1"
OUTPUT 717;"*OPC?"
ENTER 717;A
Remote Operation (To Control from a Computer) 4-11