Keithley Series 2600 Application Manual page 120

System sourcemeter instruments semiconductor device test
Table of Contents

Advertisement

end --if
if (l_vgsstop == nil) then --Use default value
l_vgsstop = 10
end --if
if (l_vgsstop > 10) then --Coerce value
l_vgsstop = 10
end --if
if (l_vgssteps == nil) then --Use default value
l_vgssteps = 5
end --if
if (l_vgssteps > 100) then --Coerce value
l_vgssteps = 100
end --if
local l_vgsstep = (l_vgsstop - l_vgsstart)/ (l_vgssteps - 1) --Vgs step size
local l_vgssource_val = l_vgsstart --Source value during sweep
local l_vgs_iteration = 1 --Iteration variable
if (l_vdsstart == nil) then --Use default value
l_vdsstart = 0
end --if
if (l_vdsstart > 10) then --Coerce value
l_vdsstart = 10
end --if
if (l_vdsstop == nil) then --Use default value
l_vdsstop = 10
end --if
if (l_vdsstop > 40) then --Coerce value
l_vdsstop = 40
end --if
if (l_vdssteps == nil) then --Use default value
l_vdssteps = 100
end --if
if (l_vdssteps > 2E+2) then --Coerce value
l_vdssteps = 2E+2
end --if
local l_vdsstep = (l_vdsstop - l_vdsstart)/ (l_vdssteps - 1) --Voltage step size
local l_vdssource_val = l_vdsstart --Source value during sweep
local l_vds_iteration = 1 --Iteration variable
APPenDIx A
Scripts
A-67

Advertisement

Table of Contents
loading

Table of Contents