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 #55 background imageLoading...
Page #55 background image
A-2
APPENDIX A
Scripts
local l_srcdelay = 0 --Source delay before measurement
local l_icmpl = 1E-3 --Source compliance
local l_nplc = 1 --Measurement Integration Rate
local l_v1src = v1src --First voltage source value
local l_v2src = v2src --Second voltage source value
--Define measured and calculated variables
local l_i1meas = 0 --Initialize first current measurement
local l_res1 = 0 --Initialize first resistance measurement
local l_i2meas = 0 --Initialize second current measurement
local l_res2 = 0 --Initialize second resistance measurement
local l_voltco = 0 --Initialize voltage coefficient calculation
local l_comp_val = false --Initialize compliance variable
--Default values and level check
if (l_v1src == nil) then --Use default value
l_v1src = 100
end --if
if (l_v1src > 100) then --Coerce source value within range
l_v1src = 100
print(“Maximum voltage value is 202V!!”)
end --if
if (l_v2src == nil) then --Use default value
l_v2src = 200
end --if
if (l_v2src > 200) then --Coerce source value within range
l_v2src = 200
print(“Maximum voltage value is 202V!!”)
end --if
--Configure source and measure settings
smua.reset() --Reset SMU
errorqueue.clear() --Clear the error queue
smua.source.func = smua.OUTPUT_DCVOLTS --Output Voltage
smua.source.levelv = 0 --Source 0 before enabling output
smua.measure.nplc = l_nplc --Set integration rate
smua.source.autorangev = smua.AUTORANGE_ON --Enable source autorange
smua.source.limiti = l_icmpl
smua.measure.autorangei = smua.AUTORANGE_ON --Enable measurement autorange

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