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 #56 background imageLoading...
Page #56 background image
A-3
APPENDIX A
Scripts
smua.source.output = smua.OUTPUT_ON --Enable output
smua.source.levelv = l_v1src --Source programmed value
l_comp_val = Check_Comp() --check compliance
if l_comp_val == true then
smua.source.output = smua.OUTPUT_OFF --Disable output
smua.source.levelv = 0 --Return source to 0
else
delay(l_srcdelay) --wait before making measurement
l_i1meas = smua.measure.i() --measure current
smua.source.levelv = l_v2src --Source programmed value
delay(l_srcdelay) --wait before making measurement
l_i2meas = smua.measure.i() --Measure current
smua.source.output = smua.OUTPUT_OFF --Disable output
l_voltco, l_res1, l_res2 = Calc_Val(l_v1src, l_v2src, l_i1meas,l_i2meas)
--calculate
Print_Data(l_voltco, l_res1, l_res2) --print
end --if
end --function Volt_Co()
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()

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