4: TSP command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
4-16 DMM7510-905-01 Rev. A / April 2015
cal.lock()
This function prevents access to instrument calibration.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
cal.lock()
Details
Calibration data is locked during normal operation. To perform calibration, you must unlock
calibration.
This command does not save calibration data.
Calibration data is lost if it is you do not save it before sending cal.lock(). Use cal.save() to
save the data.
An error is generated if this command is issued when calibration is already locked.
Example
-- 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.save() (on page 4-18)
cal.unlock() (on page 4-19)