Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-214 2601B-PULSE-901-01A April 2020
smua.pulser.measure.calibrateY()
This function generates and activates new measurement calibration constants for the pulser.
Usage
smua.pulser.measure.calibrateY(range, cp1Measured, cp1Reference, cp2Measured,
cp2Reference)
The pulse measurement range to adjust
The measurement function (v = voltage, i = current)
The value measured by this SMU for point 1
The reference measurement for point 1 as measured externally
The value measured by this SMU for point 2
The reference measurement for 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 adjusted separately. Use a positive
value for the range parameter to adjust the positive polarity and a negative value for the range
parameter to adjust the negative polarity.
The new calibration constants are activated immediately but they are not written to nonvolatile
memory. Use the smua.cal.save() function 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 smua.cal.restore() function.
This function is only available when calibration is unlocked using smua.cal.unlock().
Example
smua.pulser.measure.calibratei(1, 0.01, 0.011, 0.75, 0.76)
Adjusts the current measurement using the following values:
â–ª 1 A measurement range
â–ª 0.01 for the +zero measurement reading
â–ª 0.011 for the +zero DMM measurement reading
â–ª 0.75 for the + full-scale measurement reading
â–ª 0.76 for the + full-scale DMM measurement reading
Also see
Calibration (on page 13-1)
smua.cal.restore() (on page 11-184)
smua.cal.save() (on page 11-184)
smua.cal.unlock() (on page 11-186)
smua.pulser.source.calibratebiasi() (on page 11-219)
smua.pulser.source.calibratei() (on page 11-221)