Télécharger Imprimer la page

Keysight Technologies 3458A Guide D'utilisation page 148

Multimètre

Publicité

4
Making Measurements
When executing RMEM from the front panel, after recalling a reading by reading
number, you can use the up or down arrow keys to scroll through the other
readings in memory. (The RMEM command is the only way to retrieve stored
readings from the front panel.)
Using implied read
When the controller requests data from the multimeter and its output buffer is
empty with reading memory enabled, a reading is removed from memory, placed
in the output buffer, and transferred to the controller. This is the "implied read"
method of recalling readings. Unlike the RMEM command, the implied read
removes readings from memory. In the LIFO mode, the most recent reading is
returned. In the FIFO mode, the oldest reading is returned. The following program
makes 200 readings, places them in reading memory, and uses the implied read
to transfer the readings to the controller.
10 OPTION BASE 1 !COMPUTER ARRAY NUMBERING STARTS AT 1
20 DIM Rdgs(200) !DIMENSION ARRAY FOR 200 READINGS
30 OUTPUT 722;"PRESET NORM" !TARM AUTO, TRIG SYN, DCV AUTORANGE
40 OUTPUT 722;"NRDGS 200,AUTO" !200 READINGS/TRIGGER, AUTO SAMPLE EVENT
50 OUTPUT 722;"MEM FIFO" !ENABLE READING MEMORY, FIFO MODE
60 OUTPUT 722;"TRIG SGL" !TRIGGER READINGS
70 PAUSE !PAUSE PROGRAM, PRESS CONTINUE TO RESUME
80 ENTER 722;Rdgs(*) !ENTER READINGS
90 PRINT Rdgs(*) !PRINT READINGS
100 END
148
Keysight 3458A User's Guide

Publicité

loading