Model 2651A High Power System SourceMeter® Instrument Reference Manual Section 7: Command reference
2651A-901-01 Rev. A / March 2011 7-183
Example
-- Short sense LO and output LO terminals
-- Short sense HI and output HI terminals
-- Allow readings to settle, then get measurements
r0_hi, r0_lo = smua.contact.r()
-- Connect 50 OHM resistor between sense LO and output LO
-- Connect 50 OHM resistor between sense HI and output HI
-- Allow readings to settle, then get measurements
r50_hi, r50_lo = smua.contact.r()
smua.contact.calibratelo(r0_lo, Z_actual_lo, r50_lo,
50_ohm_actual_lo)
smua.contact.calibratehi(r0_hi, Z_actual_hi, r50_hi,
50_ohm_actual_hi)
Performs contact
check on SMU
channel A.
Install and measure
two resisters.
Sends contact check
LO calibration
command.
Send contact check
HI calibration
command.
Also see
smuX.cal.restore() (on page 7-179)
smuX.cal.save() (on page 7-180)
smuX.cal.unlock()
(on page 7-181)
smuX.contact.calibratelo()
(on page 7-183)
Adjustment
(on page B-16)
smuX.contact.calibratelo()
This function calibrates the low/sense low contact check measurement.
Type TSP-Link accessible
Affected by Where saved Default value
Function Yes
Usage
smuX.contact.calibratelo(cp1Measured, cp1Reference, cp2Measured, cp2Reference)
X
Source-measure unit (SMU) channel (for example,
smua.contact.calibratelo() applies to SMU channel A)
cp1Measured
The value measured by this SMU for calibration point 1
cp1Reference
The reference measurement for calibration point 1 as measured externally
cp2Measured
The value measured by this SMU for calibration point 2
cp2Reference
The reference measurement for calibration point 2 as measured externally