Keithley 3700 series Reference Manual page 220

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Section 9: Instrument Control Library (ICL)
dmm.calibration.lock
Function
Usage
Remarks
Also see
Example
dmm.calibration.password
Attribute
Usage
Remarks
Example
dmm.calibration.save
Function
Usage
Remarks
Also see
Example
9-76
Locks calibration.
dmm.calibration.lock()
Use this command to lock unlocked calibration. Once locked, calibration will need to be
unlocked to be performed again. An error will be generated if this command is issued
when calibration is already locked. This function locks calibration but does not save
calibration data. Calibration data will be lost if it is not saved before locking.
dmm.calibration.save
(on page 9-76)
To lock calibration:
dmm.calibration.lock()
Sets the password to unlock calibration.
dmm.calibration.password = password
password: A string representing the valid password to unlock calibration.
Use this attribute to set the password to unlock calibration. Make note of the password
because there is no command to query for the password once set on the system. This
command will generate an error if calibration is locked or if the password string length is
greater than 10 characters.
To set the password to ―MyUnlock‖ after unlocking calibration with the saved password:
dmm.calibration.password = "MyUnlock"
Saves calibration data.
dmm.calibration.save()
Use this command to save calibration data after performing a calibration. This
command needs to be received before locking calibration, otherwise the data will be
lost. This command will save the calibration constants, calibration date, and increase
the calibration count by 1. An error will be generated if this command is issued when
calibration is already locked. This command will save the calibration data with its
present values regardless of errors in the data. The user should not issue a save unless
the calibration procedure was performed with no errors. If no calibration date was
specified (see
dmm.calibration.date
generated based on the system date.
dmm.calibration.lock
(on page 9-75),
To save calibration data:
dmm.calibration.save()
Series 3700 System Switch/Multimeter Reference Manual
(on page 9-69)) then, the date will be auto
dmm.calibration.date
Document Number: 3700S-901-01 Rev. A / August 2007
(on page 9-69)

Advertisement

Table of Contents
loading

Table of Contents