Save adjustments
Program today's date, calibration due date, and serial number, and save the calibration constants in
EEPROM (electrically erasable programmable read-only memory) by sending the following
commands:
dmm.adjustment.date=os.time()
dmm.calibration.save()
dmm.calibration.verifydate=dmm.adjustment.date
dmm.calibration.lock()
dmm.reset()
Adjustments are complete after they have been saved and locked.