Section 7: TSP command reference Model 2657A High Power System SourceMeter® Instrument Reference Manual
7-184 2657A-901-01 Rev. B/December 2012
Example
smua.cal.polarity = smua.CAL_POSITIVE
Selects positive calibration constants for all
subsequent measurements on SMU channel A.
Also see
Adjustment (on page B-14)
reset()
(on page 7-155)
smuX.cal.lock()
(on page 7-181)
smuX.cal.unlock()
(on page 7-186)
smuX.measure.calibrateY()
(on page 7-196)
smuX.reset()
(on page 7-211)
smuX.source.calibrateY()
(on page 7-213)
smuX.cal.restore()
This function loads a stored set of calibration constants.
Type TSP-Link accessible
Affected by Where saved Default value
Function Yes
Usage
smuX.cal.restore()
smuX.cal.restore(calset)
X
Source-measure unit (SMU) channel (for example, smua.cal.restore() applies
to SMU channel A)
calset
The calibration set to be loaded. Set calset to one of the following values:
0 or smuX.CALSET_NOMINAL: A set of calibration constants that are uncalibrated,
but set to nominal values to allow rudimentary functioning of the instrument
1 or smuX.CALSET_FACTORY: The calibration constants when the instrument left
the factory
2 or smuX.CALSET_DEFAULT: The normal calibration set
3 or smuX.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 smuX.cal.unlock() is made.
If calset is not specified, smuX.CALSET_DEFAULT is used.
Example
smua.cal.restore()
Restores factory calibration constants for SMU channel A.
Also see
Adjustment (on page B-14)
smuX.cal.lock()
(on page 7-181)
smuX.cal.unlock()
(on page 7-186)