Model DMM6500 6½-Digit Multimeter with Scanning Calibration and Adjustment Manual Section 4: TSP command reference
DMM6500-905-01 Rev. A/July 2018 4-7
cal.save()
This function saves the calibration constants.
Usage
cal.save()
Details
This command stores the internally calculated calibration constants that were derived during the
comprehensive calibration procedure. It also sets the adjustment date and increments the adjustment
count. Calibration constants are retained indefinitely once saved.
Calibration is temporary unless the changes are saved. Calibration data is not saved if:
• Calibration is locked.
• Invalid data exists (for example, if a calibration step failed or was aborted).
Example
cal.unlock("KI000CAL")
-- Perform operations to generate the calibration data
cal.save()
cal.lock()
Unlock the calibration for the instrument using the default password.
Save the calibration data.
Lock the calibration data.
Also see
cal.adjust.count (on page 4-1)
cal.adjust.date (on page 4-2)
cal.lock() (on page 4-5)
cal.unlock() (on page 4-8)