IEEE-488 Reference
4-49
Programming Example 10 OUTPUT 716; “:syst:pres”
20 OUTPUT 716; “:init:cont off; :abort”
30 OUTPUT 716; “:arm:coun 1”
40 OUTPUT 716; “:trig:coun 5; sour tim”
50 OUTPUT 716; “:init; *wai”
60 OUTPUT 716; “:data?”
70 ENTER 716; A$
80 PRINT A$
90 OUTPUT 716; “:syst:pres”
100 END
Line 10 Resets the Model 2001 to default operating conditions.
Line 20 Disables continuous initiation and aborts operation. This places the Model 2001 in
the idle state.
Lines 30 Configures the instrument to perform five measurements.
and 40
Line 50 Performs an immediate initiation (:INITiate) to restart the measurement process and
sends the *WAI? command.
Subsequent commands will not execute until all five measurements are performed and the in-
strument has returned to the idle state.
Line 60 Query a reading.
Line 70 Addresses the Model 2001 to talk. This sends the reading from the Output Queue to
the computer.
Line 80 Displays the reading on the CRT.
Line 90 Returns the instrument to the default operating configuration.