Keithley SourceMeter 2600 Series Reference Manual page 176

Table of Contents

Advertisement

5-14
Sweep Operation
Custom sweep example
1.
2.
3.
4.
5.
2600S-901-01 Rev. A / May 2006
Configure source functions
Examples – The following commands restore defaults and set the
compliance to 10mA:
smua.reset()
smua.source.limiti = 10e-3
Configure the sweep.
Example – The following parameters configure a list sweep with 3V, 1V,
4V, 5V, 2V points using a 0.1s settling time:
vlist = {5, 3, 1, 4, 5, 2}
SweepVListMeasureI(smua, vlist,
0.1, 5)
Run the sweep.
smua.source.output =
smua.OUTPUT_ON
waitcomplete()
Turn off output.
When the sweep is done, turn the source output off with this
command:
smua.source.output = smua.OUTPUT_OFF
Request readings.
Request readings from Buffer 1 as follows:
printbuffer(1, 5, smua.nvbuffer1.readings)
Return to
Series 2600 System SourceMeters Reference Manual
--Restore Series 2600 defaults.
--Set compliance to 10mA.
--Define voltage list.
--List sweep, channel A, 3V, 1V,
4V, 5V, 2V steps, 0.1s delay, 5
points.
--Turn on output.
--Wait for sweep to complete.
Section 5 topics

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents