FINAL
TRIM
SIZE
:
7.5
in
x
9.0
in
Programming
Controlling
the
Instrument
Send
commands
as
ASCII
strings
Commands
are
sent
to
the
precision
reectometer
as
ASCII
strings
.
The
method
used
depends
on
the
programming
language
and
environment.
Using
an
PC
with
the
HP-IB
Interface
and
Command
Library
(and
programming
in
C),
send
a
command
as
follows:
iooutputs(716L,
"PRES;",
5);
Using
an
HP
9000
Series
300
technical
computer
with
the
HP-B
ASIC
language
,
the
same
command
would
be
sent
as
follows:
OUTPUT
716;"PRES;"
Use
a
semicolon
(;)
to
terminate
each
input
string
of
program
commands
.
A
line
feed
can
also
serve
as
a
terminator
.
F
or
example
,
either
of
the
following
is
acceptable
.
OUTPUT
716;"PRES;CLEARALL;"
OUTPUT
716;"PRES;CLEARALL"
Returning
data
to
the
controller
Some
precision
reectometer
commands
can
be
issued
as
a
query
.
A
query
causes
data
to
be
returned
to
the
computer
from
the
instrument.
The
data
is
returned
as
an
ASCII
string.
Queries
are
formed
by
adding
the
question
mark
(?)
character
to
the
command.
Refer
to
the
command
listing
in
this
chapter
to
determine
if
a
command
can
be
used
as
a
query
.
syntax
listed
for
each
command
.
F
or
example
,
sending
the
following
command
turns
the
HP-IB
command
debug
mode
on:
OUTPUT
716;"DEBUOFF;"
Upon
receiving
this
command,
the
precision
reectometer
sends
a
\1"
to
the
computer
.
(A
\1"
indicates
an
\on"
condition;
a
\0"
indicates
an
\o"
condition.)
Querying
a
settable
functions
such
as
SCAL ,
returns
the
current
function
value
then
clears
the
instrument
entry
area.
Querying
a
command
that
does
not
have
a
dened
response
returns
a
zero
.
The
following
example
returns
a
value
to
the
computer
and
then
prints
the
value:
OUTPUT
Hp8504;"SCAL?;"
ENTER
Hp8504;Scale
Scale
4-6
Summary of Contents for 8504B
Page 2: ...FINAL TRIM SIZE 7 5 in x 9 0 in User s Guide Agilent 8504B Precision Re ectometer ...
Page 13: ...FINAL TRIM SIZE 7 5 in x 9 0 in ...
Page 17: ...FINAL TRIM SIZE 7 5 in x 9 0 in Contents ...
Page 18: ...FINAL TRIM SIZE 7 5 in x 9 0 in 1 Installing ...
Page 47: ...FINAL TRIM SIZE 7 5 in x 9 0 in Installing ...
Page 48: ...FINAL TRIM SIZE 7 5 in x 9 0 in 2 Performing Guided Setups and Calibrations ...
Page 78: ...FINAL TRIM SIZE 7 5 in x 9 0 in 3 Performing Measurements ...
Page 128: ...FINAL TRIM SIZE 7 5 in x 9 0 in 4 Programming ...
Page 138: ...FINAL TRIM SIZE 7 5 in x 9 0 in Programming StatusReportingRegisters 4 11 ...
Page 187: ...FINAL TRIM SIZE 7 5 in x 9 0 in Programming ...
Page 188: ...FINAL TRIM SIZE 7 5 in x 9 0 in 5 Reference ...
Page 191: ...FINAL TRIM SIZE 7 5 in x 9 0 in Reference MenuMaps 5 4 ...
Page 192: ...FINAL TRIM SIZE 7 5 in x 9 0 in Reference MenuMaps 5 5 ...
Page 193: ...FINAL TRIM SIZE 7 5 in x 9 0 in Reference MenuMaps 5 6 ...
Page 194: ...FINAL TRIM SIZE 7 5 in x 9 0 in Reference MenuMaps 5 7 ...
Page 195: ...FINAL TRIM SIZE 7 5 in x 9 0 in Reference MenuMaps 5 8 ...
Page 196: ...FINAL TRIM SIZE 7 5 in x 9 0 in Reference MenuMaps 5 9 ...
Page 197: ...FINAL TRIM SIZE 7 5 in x 9 0 in Reference 5 10 ...
Page 239: ...FINAL TRIM SIZE 7 5 in x 9 0 in Reference Block Diagram 5 52 ...
Page 243: ...FINAL TRIM SIZE 7 5 in x 9 0 in Reference Line Power Cables 5 56 ...
Page 244: ...FINAL TRIM SIZE 7 5 in x 9 0 in 6 Speci cations and Regulatory Information ...
Page 260: ...FINAL TRIM SIZE 7 5 in x 9 0 in Speci cations andRegulatoryInformation 6 17 ...
Page 261: ...FINAL TRIM SIZE 7 5 in x 9 0 in Speci cationsandRegulatoryInformation ...
Page 262: ...FINAL TRIM SIZE 7 5 in x 9 0 in 7 Error Messages ...
Page 274: ...FINAL TRIM SIZE 7 5 in x 9 0 in Index ...
Page 295: ...FINAL TRIM SIZE 7 5 in x 9 0 in ...