7
Assuming the Model 2001 is set to primary address 16,
the instrument can be reset and the reading displayed
on the computer CRT from the IEEE-488 bus with the
following code fragment:
100 OUTPUT 716;“:syst:pres”
110 OUTPUT 716;“:fetc?”
120 ENTER 716;A$
130 PRINT A$
Instrument Connections
Each measurement function has an appropriate connec-
tion scheme. Connections for all functions can be found
in Section 3 of the Model 2001 Operator’s Manual. The
following steps summarize making DC voltage mea-
surements with the Model 2001:
1. Select the front input jacks with the INPUTS button
(outer position for front jacks, inner position for
rear).
2. Using the set of supplied test leads, connect the
Model 2001 to a DC voltage source (e.g., a battery)
as shown in Figure 1.
3. Use the RANGE keys to select autoranging or a
manual range. Pressing the AUTO range key tog-
gles autoranging. You can select a different range
with the RANGE and RANGE keys. The fol-
lowing code statement enables autoranging on the
DCV function:
100 OUTPUT 716;“:volt:dc:rang:auto on”