Keithley 2651A Reference Manual page 138

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Model 2651A High Power System SourceMeter® Instrument Reference Manual
Sweep example parameters
Sweep type
Linear staircase sweep
Pulse current sweep
List sweep
Linear staircase sweep example
The programming example below illustrates a staircase sweep.
-- Restore Model 2651A defaults.
smua.reset()
-- Set compliance to 1 V.
smua.source.limitv = 1
-- Linear staircase sweep
-- 1 mA to 10 mA, 0.1 second delay,
-- 10 points.
SweepILinMeasureV(smua, 1e-3, 10e-3, 0.1, 10)
printbuffer(1, 10, smua.nvbuffer1.readings)
2651A-901-01 Rev. A / March 2011
Parameters for sweep examples
Start current: 1 mA
Stop current: 10 mA
# points: 10
Settling time: 0.1
Bias current: 1 mA
On current: 10 mA
Pulse on time: 10 ms
Pulse off time: 50 ms
# points: 10
Points: 3 V, 1 V, 4 V, 5 V, 2 V
Settling time 0.1 s
# points: 5
Section 3: Functions and features
1. Configure source functions.
Restores defaults and sets the
compliance to 1 V.
2. Configure and execute the
sweep.
Configures a linear staircase
current sweep from 1 mA to 10 mA
with 10 points and a 0.1 second
settling time.
3. Request readings.
Requests readings from buffer 1.
3-31

Advertisement

Table of Contents
loading

Table of Contents