Keithley 3700 series Reference Manual page 218

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Section 9: Instrument Control Library (ICL)
dmm.calibration.ac
Remarks
Details
Example
9-74
Use this command to indicate the desired AC calibration step to perform on the DMM.
This command will generate an error if the step is out of sequence, does not exist, or
the calibration is locked. An error will be generated if the calibration step does not
complete successfully or if the value passed is invalid for the step, out of range, or not
needed.
AC volts calibration
dmm.calibration.ac(1) ' AC cal step 1
(10mV, 1kHz step)
dmm.calibration.ac(2) ' AC cal step 2
(100mV, 1kHz step)
dmm.calibration.ac(3) ' AC cal step 3
(100mV, 50kHz step)
dmm.calibration.ac(4) ' AC cal step 4
(1V, 1kHz step)
dmm.calibration.ac(5) ' AC cal step 5
(1V, 50kHz step)
dmm.calibration.ac(6) ' AC cal step 6
(10V, 1kHz step)
dmm.calibration.ac(7) ' AC cal step 7
(10V, 50kHz step)
dmm.calibration.ac(8) ' AC cal step 8
(100V, 1kHz step)
dmm.calibration.ac(9) ' AC cal step 9
(100V, 50kHz step)
dmm.calibration.ac(10) ' AC cal step 10
(300V, 1kHz step)
AC current calibration
dmm.calibration.ac(11) ' AC cal step 11
(100uA 1kHz step)
dmm.calibration.ac(12) ' AC cal step 12
(1mA 1kHz step)
dmm.calibration.ac(13) ' AC cal step 13
(10mA 1kHz step)
dmm.calibration.ac(14) ' AC cal step 14
(100mA 1kHz step)
dmm.calibration.ac(15) ' AC cal step 15
(1A 1kHz step)
dmm.calibration.ac(16) ' AC cal step 16
(2A 1kHz step)
To perform AC calibration step 1 after unlocking calibration:
dmm.calibration.ac(1)
To perform AC calibration step 2 with a value of 10 after unlocking calibration:
dmm.calibration.ac(2, 10)
Series 3700 System Switch/Multimeter Reference Manual
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents