Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-207
Example
-- Short SENSE LO and LO terminals
-- Short SENSE HI and HI terminals
-- Allow readings to settle, then get measurements
r0_hi, r0_lo = smua.contact.r()
-- Connect 50 OHM resistor between SENSE LO and LO
-- Connect 50 OHM resistor between SENSE HI and 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)
The instrument performs a
contact
check on SMU
channel A.
Install and measure
two resisters.
The user sends the contact
check LO calibration
command.
The user sends the contact
check HI calibration command.
Also see
(on page B-18)
(on page 7-203)
(on page 7-204)
(on page 7-208)