User`s manual

The trigger delay is the period between the trigger signal and the
start of the measurement (burst). The trigger delay set by
CONFigure is 0 seconds for the DC voltage function. The
TRIGger:DELay command is used to set delays up to 16.7 seconds.
CONFigure sets the sample source such that there is a minimum
delay (sample rate) between measurements in a burst, and a burst
size of 1. The sample rate and burst size are changed with the
SAMPle:SOURce, SAMPle:TIMer, and SAMPle:COUNt commands.
SAMPle:SOURce selects the source which sets the sample rate.
SAMPle:TIMer sets the rate, and SAMPle:COUNt sets the number of
readings in the burst.
Scanning a Channel List
This program scans a channel list one time using the multimeter
configuration set by the
MEASure command.
10 !Dimension a computer array to store the readings.
20 DIM Rdgs(1:16)
30 !
Clear and reset the multimeter.
40 CLEAR 70903
50 OUTPUT 70903;"*RST"
60 !
Configure the multimeter and make DC voltage measurements on
70 !channels 100 through 115.
80 OUTPUT 70903;"MEAS:VOLT:DC? (@100:115)"
90 !
Enter and display the readings on the computer.
100 ENTER 70903;Rdgs(*)
110 FOR
I=1 TO 16
120 PRINT Rdgs(
I)
130 NEXT
I
140 END
Comments
The multimeter output buffer can hold eight readings. When the
buffer fills, measurements are suspended until readings are read from
the buffer (by the computer) to make space available.
46 Using the HP E1326B/E1411B Multimeter Chapter 3