![Keithley SourceMeter 2600B Series Скачать руководство пользователя страница 542](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220542.webp)
Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-203
Also see
(on page B-18)
(on page 7-173)
(on page 7-201)
(on page 7-216)
(on page 7-232)
(on page 7-235)
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
smu
X
.cal.restore()
smu
X
.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
smu
X
.CALSET_NOMINAL
: A set of calibration constants that are uncalibrated,
but set to nominal values to allow rudimentary functioning of the instrument
1
or
smu
X
.CALSET_FACTORY
: The calibration constants when the instrument left
the factory
2
or
smu
X
.CALSET_DEFAULT
: The normal calibration set
3
or
smu
X
.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
smu
X
.cal.unlock()
is made.
If
calset
is not specified,
smu
X
.CALSET_DEFAULT
is used.
Example
smua.cal.restore()
Restores factory calibration constants for SMU channel A.
Also see
(on page B-18)
(on page 7-201)