EasyManuals Logo

Keithley Series 2600 User Manual

Keithley Series 2600
136 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #60 background imageLoading...
Page #60 background image
A-7
APPENDIX A
Scripts
function Check_Comp() --Function checks state of compliance, if true, prints warning and
returns
--to run_test()
local l_comp_val = false --Initialize local variable
l_comp_val = smua.source.compliance --Check compliance
if l_comp_val == true then
print(“”)
print(“SMU Source in Compliance!”)
print(“Ensure proper connections, stable device, and settings are correct”)
print(“Rerun Test”)
print(“”)
end --if
return l_comp_val
end --function Check_Comp()
function Calc_Val(vsrc, leaki) --function calculates resistance and voltage coefficient
local l_vsrc = vsrc --Pass global source variable to local
local l_leaki = leaki --Pass global current variable to local
local l_leakres = 0 --Initialize leakage resistance local
l_leakres = vsrc/leaki --Return quotient = resistance calculation
return l_leakres
end --function Calc_Val()
function Print_Data(leaki, leakres)
local l_leaki = leaki
local l_leakres = leakres
print(“”)
print(“**** Data ****”)
print(“”)
print(“Leakage Current: “, l_leaki, “A”) --Print Leakage Current
print(“”)
print(“Leakage Resistance: “, l_leakres, “Ohms”) --Print resistance value
end --function Print_Data()
--Cap_Leak() --Call Cap_Leak() function

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley Series 2600 and is the answer not in the manual?

Keithley Series 2600 Specifications

General IconGeneral
ModelSeries 2600
Measurement FunctionsVoltage, Current, Resistance, Power
ResolutionUp to 6.5 digits
Current Source RangeUp to 10A
Communication InterfacesGPIB, USB
ApplicationsSemiconductor testing
CategorySource Measure Unit (SMU)
ChannelsSingle or Dual Channel (varies by model)

Related product manuals