Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-345
Figure 146: SweepILogMeasureV()
Example
SweepILogMeasureV(smua, 0.01, 0.1, 0.001, 5)
This function performs a five-point linear current sweep starting at 10 mA and stopping at 100 mA. Voltage is
measured at every step (point) in the sweep. The source is allowed to settle on each step for 1 ms before a
measurement is made.
The following table contains log values and corresponding source levels for the five-point logarithmic sweep:
Also see
KISweep factory script (on page 9-21)
SweepVLinMeasureI()
This KISweep factory script function performs a linear voltage sweep with current measured at every step (point).
Usage
SweepVLinMeasureI(smua, startv, stopv, stime, points)
Sweep start voltage in volts
Sweep stop voltage in volts
Settling time in seconds; occurs after stepping the source and before making
a measurement
Number of sweep points (must be  2)
Details
Data for current measurements, voltage source values, and timestamps are stored in
smua.nvbuffer1.
If all parameters are omitted when this function is called, this function is executed with the parameters
set to the default values.