User manual
Series 3700 System Switch/Multimeter Reference Manual Section 13: Instrument Control Library (ICL)
3700S-901-01 Rev. C / July 2008 13-119
dmm.calibration.ac()
Function
Signals the desired AC calibration step on the DMM.
Usage
dmm.calibration.ac(step, value)
step: Represents the AC calibration step to perform
value Represents the associated value for this functions step. This is an optional
parameter. Only use if calibration step has a value associated. If no value is needed,
use dmm.calibration.ac(step).
Remarks
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.
Details
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)