Keithley 2601 Reference Manual page 158

System sourcemeter 2600 series (smu)
Hide thumbs Also See for 2601:
Table of Contents

Advertisement

Section 5: Sweep Operation
Linear staircase sweep example
1.
Configure source functions.
Examples – The following commands restore defaults and set the compliance to 1V:
2.
Configure and execute the sweep.
Example – The following parameters configure a linear staircase current sweep from 1mA
to 10mA with 10 points and a 0.1 second settling time:
3.
Request readings.
Request readings from Buffer 1 as follows:
printbuffer(1, 10, smua.nvbuffer1.readings)
Pulse sweep example
1.
Configure source functions
Examples – The following commands restore defaults and set the compliance to 10V:
2.
Configure and execute the sweep.
Example – The following parameters configure a 10mA current pulse sweep with a 10ms
pulse on time, a 50ms pulse off time, and 10 pulse-measure cycles:
3.
Request readings.
Request readings from Buffer 1 as follows:
printbuffer(1, 10, smua.nvbuffer1.readings)
5-10
smua.reset()
smua.source.limitv = 1
SweepILinMeasureV(smua, 1e-3, 10e-3, 0.1, 10)
--Linear staircase sweep, Channel A, 1mA to 10mA, 0.1 second delay, 10 points.
waitcomplete()
-- Wait for sweep to complete.
smua.reset()
smua.source.limitv = 10
PulseIMeasureV(smua, 1e-3, 10e-3, 10e-3, 50e-3, 10)
-- Pulse current sweep, Channel A, 1mA bias, 10mA level, 10ms pulse on, 50ms
pulse off, 10 cycles.
waitcomplete()
-- Wait for sweep to complete.
Return to
Section Topics
Series 2600 System SourceMeter® Instruments Reference Manual
-- Restore Series 2600 defaults.
-- Set compliance to 1V.
--Restore Series 2600 defaults.
--Set compliance to 5V.
2600S-901-01 Rev. C / January 2008

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

26362602261126122635

Table of Contents