AC adjustment step 12: 1 mA at 1 kHz
1. Send the following command:
dmm.range = 1e-3
2. Source 1 mA at 1 kHz.
3. Send the following command:
dmm.calibration.ac(12) print("done")
AC adjustment step 13: 10 mA at 1 kHz
1. Send the command:
dmm.range = 10e-3
2. Source 10 mA at 1 kHz.
3. Send the command:
dmm.calibration.ac(13) print("done")
AC adjustment step 14: 100 mA at 1 kHz
1. Send the command:
dmm.range = 100e-3
2. Source 100 mA at 1 kHz.
3. Send the command:
dmm.calibration.ac(14) print("done")
AC adjustment step 15: 1 A at 1 kHz
1. Send the command:
dmm.range = 1
2. Source 1 A at 1 kHz.
3. Send the command:
dmm.calibration.ac(15) print("done")
AC adjustment step 16: 2 A at 1 kHz
1. Send the command:
dmm.range = 2
2. Source 2 A at 1 kHz.
3. Send the command:
dmm.calibration.ac(16) print("done")