7: TSP command reference Series 2600B System SourceMeter® Instrument Referenc
7-216 2600BS-901-01 Rev. C / August 2016
Also see
Autozero (on page 2-32)
reset() (on page 7-173)
smuX.measure.nplc (on page 7-224)
setup.recall() (on page 7-194)
smuX.reset() (on page 7-232)
smuX.measure.calibrateY()
This function generates and activates new measurement calibration constants.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
smuX.measure.calibrateY(range, cp1Measured, cp1Reference, cp2Measured,
cp2Reference)
Source-measure unit (SMU) channel (for example,
smua.measure.calibratev() applies to SMU channel A)
SMU measurement function (v = voltage, i = current)
The measurement range to calibrate
The value measured by this SMU for calibration point 1
The reference measurement for calibration point 1 as measured externally
The value measured by this SMU for calibration point 2
The reference measurement for calibration point 2 as measured externally
Details
This function generates and activates new calibration constants for the given range.
The positive and negative polarities of the instrument must be calibrated separately. Use a positive
value for range to calibrate the positive polarity and a negative value for range to calibrate the
negative polarity.
Typically, the two calibration points that are used are near zero for calibration point 1 and 90% of full
scale for calibration point 2.
All four measurements (cp1Measured, cp1Reference, cp2Measured, and cp2Reference) must
be made with the calibration set that is active. Corruption of the calibration constants may result if this
is ignored.
The new calibration constants are activated immediately but they are not written to nonvolatile
memory. Use smuX.cal.save() to save the new constants to nonvolatile memory. The active
calibration constants stay in effect until the instrument is power cycled or a calibration set is loaded
from nonvolatile memory with the smuX.cal.restore() function.
This function is disabled until a successful call to smuX.cal.unlock() is made.