A-16
APPenDIx A
Scripts
if (l_start == nil) then --Use default value
l_start = 1E-3
end --if
if (l_start > 0.1) then --Coerce value
l_start = 0.1
end --if
if (l_stop == nil) then --Use default value
l_stop = 1E-2
end --if
if (l_stop > 0.1) then --Coerce value
l_stop = 0.1
end --if
if (l_ton == nil) then --Use default value
l_ton = 10E-3
end --if
if (l_ton > 1E-1) then --Coerce value
l_ton = 1E-1
end --if
if (l_toff == nil) then --Use default value
l_toff = 10E-3
end --if
if (l_toff > 1E-1) then --Coerce value
l_toff = 1E-1
end --if
if (l_steps == nil) then --Use default value
l_steps = 100
end --if
if (l_steps > 1E3) then --Coerce value
l_steps = 1E3
end --if
local l_step = (l_stop - l_start)/ (l_steps - 1) --Current step size
local l_source_val = l_start --Source value during sweep
local l_i = 1 --Iteration variable
--Data tables
local l_curr = {} --Create data table for sourced current
local l_volt = {} --Create data table for measured voltage
Summary of Contents for Series 2600
Page 5: ......
Page 7: ......
Page 17: ...2 8 Section 2 Two terminal Device Tests...
Page 39: ...4 10 Section 4 FET Tests...
Page 53: ...6 4 Section 6 High Power Tests...
Page 130: ...A 77 Appendix A Scripts BJT_Comm_Emit_Vsb...
Page 136: ...Click below to find more Mipaper at www lcis com tw Mipaper at www lcis com tw...