User manual

Series 3700 System Switch/Multimeter Reference Manual Section 15: Calibration
3700S-901-01 Rev. C / July 2008 15-7
DC Cal Step 3: +10 Volt
Figure 15-2: DC voltage calibration
1. Connect a cable between the calibrator and the Series 3700.
2. Allow the unit to settle for 30 seconds.
3. Send the following command:
SEND dmm.range = 10
4. Source +10V.
5. Send the following commands:
SEND dmm.calibration.dc(3,10) print("done")
SEND print(errorqueue.count)
DC Cal Step 4: -10 Volt
1. Source -10V.
2. Send the following commands:
SEND dmm.calibration.dc(4,-10) print("done")
SEND print(errorqueue.count)
DC Cal Step 5: 100 Volt
1. Send the following command:
SEND dmm.range = 100
2. Source 100V.
3. Send the following commands:
SEND dmm.calibration.dc(5,100) print("done")
SEND print(errorqueue.count)