odel 2461 Interactive SourceMeter® Instrument Reference Manual Section 8:
2461-901-01 A/November 2015 8-105
smu.contact.threshold
This attribute sets the threshold value for contact resistance for the contact check status functions.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Usage
smu.contact.threshold = level
level = smu.contact.threshold
The level of threshold resistance above which the contact check functions indicate a
failure:
• 2 Ω: smu.THRESHOLD_2_OHM
• 15 Ω: smu.THRESHOLD_15_OHM
• 50 Ω:
Details
The contact check functions indicate a failure when the connection path resistance exceeds the value
specified by this command.
This command can be sent when contact check isn't enabled. However, you must enable contact
check before checking the status of connections.
Example
smu.contact.threshold = smu.THRESHOLD_15_OHM
print(smu.contact.threshold)
Set the contact check function to indicate a
failure if resistance is greater than 15 Ω.
Query the contact check threshold setting.
Output:
smu.THRESHOLD_15_OHM
Indicates that the contact check threshold is
Ω.
Also see
smu.contact.check() (on page 8-102)
smu.contact.checkall() (on page 8-103)
smu.contact.enable (on page 8-104)