Keithley Series 2600 Application Manual page 134

System sourcemeter instruments semiconductor device test
Table of Contents

Advertisement

smub.source.rangev = l_sourcev --Set output level
smua.source.limiti = l_cmpl --Set compliance level
smub.source.limiti = l_cmpl --Set compliance level
smua.measure.nplc = 1 --Set measurement aperture
smub.measure.nplc = 1 --Set measurement aperture
smua.measure.autozero = smua.AUTOZERO_AUTO --Set Autozero mode
smub.measure.autozero = smub.AUTOZERO_AUTO --Set Autozero mode
-- Setup SMUA buffer to store all the result(s) in and start testing.
smua.nvbuffer1.clear() --Clear Nonvolatile buffer
smua.nvbuffer1.appendmode = 0 --Append buffer? 0 = No, 1 = Yes
smua.nvbuffer1.collecttimestamps = 0 --Collect Timestamps? 0 = No, 1 = Yes
smua.nvbuffer1.collectsourcevalues = 0 --Collect Source Values? 0 = No, 1 = Yes
smua.source.output = smua.OUTPUT_ON --Enable outputs
smub.source.output = smua.OUTPUT_ON --Enable outputs
smua.source.levelv = l_sourcev
smub.source.levelv = l_sourcev
smua.measure.count = l_points --Number of points to collect
smua.measure.i(smua.nvbuffer1)
smua.source.output = smua.OUTPUT_OFF
smub.source.output = smub.OUTPUT_OFF
-- Update the front panel display and restore modified settings.
smua.source.levelv = 0
smub.source.levelv = 0
printbuffer(1,l_points,smua.nvbuffer1)
end --function RunHighVoltage(sourcev, points)
--RunHighVoltage(40, 10)
-- Program source to level.
-- Program source to level.
-- Measure current and store in reading buffer.
APPenDIx A
Scripts
A-81

Advertisement

Table of Contents
loading

Table of Contents