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 #84 background imageLoading...
Page #84 background image
A-31
APPENDIX A
Scripts
l_ic_meas = smua.measure.i() --Measure Ic
if (l_target_ic < l_ic_meas) then --Compare measurement with
target value
l_high_ib = l_ib_source
else
l_low_ib = l_ib_source
end --end if
end --ifelse
if l_ic_meas == nil then --If no measurement taken, initialize to 0 to avoid arithmetic
--error in until statement below
l_ic_meas = 0
end --if
until ((math.abs(l_ic_meas - l_target_ic) < (0.05*l_target_ic))or(l_k>l_k_max))
or(l_comp_val == true) --
--iteration limit reached
if (l_k > l_k_max) then
print(“Iteration Limit Reached!!”)
end --end if
smua.source.output = smua.OUTPUT_OFF --Disable output
smub.source.output = smub.OUTPUT_OFF --Disable output
l_beta_data = l_ic_meas/l_ib_source --Calculate gain
print(“Ic Data:”, l_ic_meas) --Print Ic data
print(“Ib Data:”, l_ib_source) --Print Ib
print(“Beta Data:”,l_beta_data) --Print gain
end --ifelse
end--function DC_Gain_Search()
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(“”)

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