![Keithley 2651A Reference Manual Download Page 129](http://html1.mh-extra.com/html/keithley/2651a/2651a_reference-manual_661729129.webp)
Section 3: Functions and features
Model 2651A High Power System SourceMeter® Instrument Reference Manual
3-22
2651A-901-01 Rev. A / March 2011
Example:
-- Sweep from 0 to 10 V in 1 V steps.
smua.trigger.source.linearv(0, 10, 11)
-- Enable the source action.
smua.trigger.source.action = smua.ENABLE
For more information, see
smu
X
.trigger.source.linear
Y
()
(on page 7-243).
Logarithmic staircase sweeps
This type of sweep is similar to the linear staircase sweep. The steps, however, are done on a
logarithmic scale.
Like a linear staircase sweep, logarithmic sweeps are configured using a start level, a stop level, and
the number of points. The step size is determined by the start and stop levels, and the number of
sweep points. However, in a logarithmic sweep, the step size increases or decreases exponentially.
To create an increasing logarithmic sweep, set the stop value to be greater than the start value. To
create a decreasing logarithmic sweep, set the stop value to be less than the start value. A
measurement is made at each step after source and measurement settling time. An asymptote can
also be used to control the inflection of a sweep.
NOTE
The number of sweep steps actually performed is determined by the trigger count. See
(on
page 3-32) for more information.
The formula for a logarithmic sweep is:
v
i
= A + kb
i
Where:
v
i
= The source value at source point
i
i
= The number of points in the sweep
N
= The number of points in the sweep
k
= The initial source value as an offset from the asymptote
b
= The step size ratio
A
= The asymptote value
The asymptote is used to change the inflection of the sweep curve and allow it to sweep through zero.
Both of the following figures depict the effect of the asymptote on the inflection of the sweep curve.
The following two figures show sample sweeps.