Scanning A Channel List - HP E1326B User Manual

5 1/2 digit multimeter
Table of Contents

Advertisement

Scanning a Channel List

Comments
46
Using the HP E1326B/E1411B Multimeter
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
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.
sets the sample source such that there is a minimum
CONFigure
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:SOURce
selects the source which sets the sample rate.
sets the rate, and
SAMPle:TIMer
readings in the burst.
This program scans a channel list one time using the multimeter
configuration set by the
MEASure
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(*)
I
110
FOR
=1 TO 16
I
120
PRINT Rdgs(
)
130
NEXT
I
140
END
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.
SAMPle:TIMer
, and
SAMPle:COUNt
SAMPle:COUNt
command.
commands.
sets the number of
Chapter 3

Advertisement

Table of Contents
loading

This manual is also suitable for:

E1411b

Table of Contents