Keithley 2450 Reference Manual page 677

Interactive sourcemeter instrument
Table of Contents

Advertisement

Section 8: TSP command reference
Details
Sweeps are only available when the source function is set to voltage or current.
When the sweep is started, the instrument sources a specific voltage or current value to the device under test
(DUT). A measurement is made for each point of the sweep.
When the sweep command is sent, it creates a source configuration list and populates the trigger model. To run
the sweep, initiate the trigger model.
The sweep continues until the source outputs the specified stop level. At this level, the instrument performs
another measurement and then stops the sweep.
When you specify a delay, a delay block is added to the sweep trigger model. This delay is added to any source
delay you may have set. For example, if you set 10 ms for the source delay and 25 ms for the delay in the for the
log sweep command, the actual delay is 35 ms.
The range type specifies the source range that is used for the sweep. You can select the following options:
Best fixed: The instrument selects a single fixed source range that accommodates all the source levels
in the sweep. This avoids overshoots during sweeps.
Auto: The instrument automatically goes to the most sensitive source range for each source level in the
sweep.
Fixed: The source remains on the range that is set when the sweep is started. If a sweep point that
exceeds the capability of the source range, the source outputs the maximum level for that range.
Example
reset()
smu.source.func = smu.FUNC_DC_VOLTAGE
smu.source.range = 20
smu.source.sweeplinear("VoltLinSweep", 0, 10, 20, 1e-
3, 1, smu.RANGE_FIXED)
smu.measure.func = smu.FUNC_DC_CURRENT
smu.measure.range = 100e-6
trigger.model.initiate()
Also see
Sweep operation
trigger.model.initiate()
8-146
Model 2450 Interactive SourceMeter® Instrument Reference Manual
(on page 3-51)
(on page 8-187)
Reset the instrument to its defaults.
Set the source function to voltage.
Set the source range to 20 V.
Set up a linear sweep that sweeps
from 0 to 10 volts in 20 steps with a
source delay of 1 ms, a sweep
count of 1, and a fixed source
range. Name the configuration list
that is created for this sweep
VoltLinSweep.
Set the measure function to
current.
Set the current range to 100 µA.
Start the sweep.
2450-901-01 Rev. B/September 2013

Advertisement

Table of Contents
loading

Table of Contents