Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-184 2601B-PULSE-901-01A April 2020
smua.cal.restore()
This function loads a stored set of calibration constants.
Usage
smua.cal.restore()
smua.cal.restore(calset)
The calibration set to be loaded; set calset to one of the following values:
â–ª 0 or smua.CALSET_NOMINAL: A set of calibration constants that are
uncalibrated, but set to nominal values to allow rudimentary functioning of the
instrument
â–ª 1 or smua.CALSET_FACTORY: The calibration constants when the instrument
left the factory
â–ª 2 or smua.CALSET_DEFAULT: The normal calibration set
â–ª 3 or smua.CALSET_PREVIOUS: The calibration set that was used before the
last default set was overwritten
Details
This function overwrites the present set of calibration constants with constants read from
nonvolatile memory.
This function is disabled until a successful call to smua.cal.unlock() is made.
If calset is not specified, smua.CALSET_DEFAULT is used.
Example
Restores factory calibration constants.
Also see
Adjustment (on page 13-19)
smua.cal.lock() (on page 11-182)
smua.cal.unlock() (on page 11-186)
smua.cal.save()
This function stores the active calibration constants to nonvolatile memory.
Usage
smua.cal.save()