Keithley SourceMeter 2600 Series Reference Manual page 175

Table of Contents

Advertisement

Series 2600 System SourceMeters Reference Manual
Pulse sweep example
1.
2.
3.
4.
5.
Configure source functions
Examples – The following commands restore defaults and set the
compliance to 10V:
smua.reset()
smua.source.limitv = 10
Configure 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:
PulseIMeasureV(smua, 1e-3,
10e-3, 10e-3, 50e-3, 10)
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, 10, smua.nvbuffer1.readings)
Return to
--Restore Series 2600 defaults.
--Set compliance to 5V.
--Pulse current sweep, channel A,
1mA bias, 10mA level, 10ms pulse
on, 50ms pulse off, 10 cycles.
--Turn on output.
--Wait for sweep to complete.
Section 5 topics
2600S-901-01 Rev. A / May 2006
Sweep Operation 5-13

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents