EasyManua.ls Logo

Keithley Series 2600

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
Loading...
A-79
APPENDIX A
Scripts
smua.source.rangei = l_sourcei --Set output level
smub.source.rangei = l_sourcei --Set output level
smua.source.limitv = l_cmpl --Set compliance level
smub.source.limitv = 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.leveli = l_sourcei -- Program source to level.
smub.source.leveli = l_sourcei -- Program source to level.
smua.measure.count = l_points --Number of points to collect
smua.measure.v(smua.nvbuffer1) -- Measure voltage and store in reading buffer.
smua.source.output = smua.OUTPUT_OFF
smub.source.output = smub.OUTPUT_OFF
-- Update the front panel display and restore modified settings.
smua.source.leveli = 0
smub.source.leveli = 0
printbuffer(1,l_points,smua.nvbuffer1)
end --function RunHighCurrent(sourcei, points)
--RunHighCurrent(1, 10)

Table of Contents

Related product manuals