Télécharger Imprimer la page

Keysight Technologies 3458A Guide D'utilisation page 132

Multimètre

Publicité

4
Making Measurements
30 OUTPUT 722;"PRESET NORM"!TARM AUTO, TRIG SYN, DCV AUTORANGE
40 OUTPUT 722;"NRDGS 8, TIMER"!8 READINGS/TRIGGER, TIMER SAMPLE EVENT
50 OUTPUT 722;"TIMER 1"!1 SECOND TIMER INTERVAL
60 ENTER 722;Rdgs(*)!SYN EVENT,ENTER EACH READING
70 PRINT Rdgs(*)!PRINT READINGS
80 END
You can also use the SWEEP command to replace the NRDGS n,TIMER command
and the TlMER command. The SWEEP command's first parameter specifies the
interval between readings and its second parameter specifies the number of
readings. (The SWEEP and NRDGS commands are interchangeable: the
multimeter uses whichever was specified last in the programming.) For example,
the following program also takes 8 readings with a 1 second interval between
readings (this is shown in
10 OPTION BASE 1!COMPUTER ARRAY NUMBERING STARTS AT 1
20 DIM Rdgs(8)!DIMENSION ARRAY FOR 8 READINGS
30 OUTPUT 722;"PRESET NORM"!TARM AUTO, TRIG SYN, DCV AUTORANGE
40 OUTPUT 722;"SWEEP 1,8"!1 SECOND INTERVAL, 8 READINGS/TRIGGER
50 ENTER 722; Rdgs(*)!SYN EVENT,ENTER EACH READING
60 PRINT Rdgs(*)!PRINT READINGS 80 END
70 END
When using the TIMER sample event or the SWEEP command, autorange is
NOTE
disabled. You cannot use TIMER or SWEEP for AC or AC+DC voltage
measurements using the synchronous or random methods (SETACV SYNC or
RNDM), or for frequency or period measurements.
Figure 4-3
132
Figure
4-3).
TIMER or SWEEP interval
Keysight 3458A User's Guide

Publicité

loading