Smux.contact.r() - Keithley 2651A Reference Manual

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Model 2651A High Power System SourceMeter® Instrument Reference Manual

smuX.contact.r()

This function measures contact resistance.
Type
TSP-Link accessible
Function
Yes
Usage
rhi, rlo = smuX.contact.r()
rhi
rlo
X
Details
Attempting to perform a contact resistance measurement when any of the following conditions exist will generate
an error:
When output is on and any of the following:
SMU is a current source with current range set to less than 1 mA (error number 5065)
SMU is a voltage source with current limit set to less than 1 mA (error number 5050)
When output is off and any of the following:
The output off mode is High-Z (error number 5048)
The output off mode is Normal with the smuX.source.offfunc attribute set to
smuX.OUTPUT_DCVOLTS and the off current limit set to less than 1 mA (error number 5066)
The output off mode is Normal with the smuX.source.offfunc attribute set to
smuX.OUTPUT_DCAMPS and the source range is less than 1 mA (error number 5065)
Example
if not smua.contact.check() then
smua.contact.speed = smua.CONTACT_SLOW
rhi, rlo = smua.contact.r()
print(rhi, rlo)
exit()
end
Also see
smuX.contact.check()
smuX.contact.speed
Contact check connections
Contact check measurements
2651A-901-01 Rev. A / March 2011
Affected by
The measured contact resistance on the high/sense high side
The measured contact resistance on the low/sense low side
Source-measure unit (SMU) channel (for example, smua.contact.r() applies to
SMU channel A)
(on page 7-186)
(on page 7-188)
(on page 2-45)
(on page 2-37)
Where saved
Default value
Check contacts against threshold.
Set speed for SMU channel A to slow.
Get resistance readings.
Output contact resistances to the host.
Terminate execution.
Section 7: Command reference
7-187

Advertisement

Table of Contents
loading

Table of Contents