User manual

Section 15: Calibration Series 3700 System Switch/Multimeter Reference Manual
15-10 3700S-901-01 Rev. C / July 2008
DC Cal Step 10: 100µA
1. Send the following commands:
SEND dmm.func = dmm.dc_current
SEND dmm.range = 100e-6
2. Source 100µA.
3. Send the following commands:
SEND dmm.calibration.dc(10,.0001) print("done")
DC Cal Step 11: 1mA
1. Send the following command:
SEND dmm.range = 1e-3
2. Source 1mA.
3. Send the following command:
SEND dmm.calibration.dc(11,.001) print("done")
DC Cal Step 12: 10mA
1. Send the following command:
SEND dmm.range = 10e-3
2. Source 10mA.
3. Send the following command:
SEND dmm.calibration.dc(12,.01) print("done")
DC Cal Step 13: 100mA
1. Send the following command:
SEND dmm.range = 100e-3
2. Source 100mA.
3. Send the following command:
SEND dmm.calibration.dc(13,.1) print("done")
DC Cal Step 14: 1A
1. Send the following command:
SEND dmm.range = 1
2. Source 1A.
3. Send the following command:
SEND dmm.calibration.dc(14,1) print("done")