Télécharger Imprimer la page

Keysight Technologies 3458A Guide D'utilisation page 76

Multimètre

Publicité

3
Configuring for Measurements
!DIMENSION STRING VARIABLE
30 OUTPUT 722; "ERRSTR?"
!READS ERROR MESSAGE
40 ENTER 722; A,A$
!ENTERS NUMERIC INTO A, STRING INTO A$
50 PRINT A,A$
!PRINTS RESPONSES
60 IF A>0 THEN GOTO 30
!LOOP TO READ EACH ERROR
70 END
The ERR? and AUXERR? commands return the decimal sum of all set bits in the
error register and the auxiliary error register, respectively. Refer to these
commands in
Calibration
The multimeter has two forms of calibration: external calibration and
autocalibration. The external calibration involves a procedure using external
reference sources. Refer to the 3458A Calibration Manual for more information on
the external calibration.
The CALNUM? query command returns a number indicating the number of times
the multimeter has been externally calibrated. By routinely checking this number,
you can monitor the calibrations performed on the multimeter. The following
program reads and returns the present calibration number.
10 OUTPUT 722;"CALNUM?"
20 ENTER 722;A
30 PRINT A
40 END
76
Chapter 6
for example programs and listings of the possible errors.
Keysight 3458A User's Guide

Publicité

loading