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

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

Advertisement

Section 7: Command reference

smuX.contact.check()

This function determines if contact resistance is lower than the threshold.
Type
TSP-Link accessible
Function
Yes
Usage
smuX.contact.check()
X
Details
This function returns true if the contact resistance is below the threshold; this function returns false if it is
above the threshold. The threshold value is set by the smuX.contact.threshold attribute.
Attempting to perform a contact check measurement when any of the following conditions exist will generate
errors:
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
-- take action
end
Also see
smuX.contact.speed
smuX.contact.threshold
smuX.source.offfunc
Contact check connections
Contact check measurements
7-186
Model 2651A High Power System SourceMeter® Instrument Reference Manual
Affected by
Source-measure unit (SMU) channel (for example, smua.contact.check()
applies to SMU channel A).
(on page 7-188)
(on page 7-189)
(on page 7-218)
(on page 2-45)
(on page 2-37)
Where saved
Default value
Takes action if contact check on SMU channel A fails.
2651A-901-01 Rev. A / March 2011

Advertisement

Table of Contents
loading

Table of Contents