Section 7: TSP command reference
Model 2657A High Power System SourceMeter® Instrument Reference Manual
7-186
2657A-901-01 Rev. B/December 2012
Usage
calState
= smu
X
.cal.state
calState
The present calibration state; when reading this attribute,
calState
has one of the
following values:
0
or
smu
X
.CALSTATE_LOCKED
: Calibration is locked
1
or
smu
X
.CALSTATE_CALIBRATING
: The calibration constants or dates have
been changed but not yet saved to nonvolatile memory
2
or
smu
X
.CALSTATE_UNLOCKED
: Calibration is unlocked but none of the
calibration constants or dates have changed since the last save/restore
X
Source-measure unit (SMU) channel (for example,
smua.cal.state
applies to
SMU channel A)
Details
This read-only attribute indicates the calibration state of the instrument: Locked, calibrating, or unlocked.
Example
calstate = smua.cal.state
print(calstate)
Reads calibration state for SMU Channel A.
Output:
0.00
The above output indicates that calibration is locked.
Also see
(on page B-14)
(on page 7-181)
(on page 7-184)
(on page 7-186)
smuX.cal.unlock()
This function enables the commands that change calibration settings.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
smu
X
.cal.unlock(
password
)
X
Source-measure unit (SMU) channel (for example,
smua.cal.unlock()
applies
to SMU channel A)
password
Calibration password
Details
This function enables the calibration functions to change the calibration settings.
The password when the instrument is shipped from the factory is "
KI0026XX
".
Example
smua.cal.unlock("KI0026XX")
Unlocks calibration for SMU channel A.
Summary of Contents for 2657A
Page 3: ......