User manual

Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-120 3700S-901-01 Rev. C / July 2008
dmm.calibration.ac()
Details,
continued
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)
Example
To perform AC calibration step 1 after unlocking calibration:
dmm.calibration.ac(1)
dmm.calibration.dc()
Function
Signals the desired DC calibration step on the DMM.
Usage
dmm.calibration.dc(step, value)
step: Represents the DC calibration step to perform
value: Represents the associated value for the specified step. This is an optional
parameter; only use if step has a value associated. If no value is needed, use
dmm.calibration.dc(step).
Remarks
Use this command to indicate the desired DC 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).