2600S-901-01 Rev. C / January 2008 Return to Section Topics 13-5
Series 2600 System SourceMeter® Instruments Reference Manual Section 13: Factory Scripts
Parameters
smu, starti, stopi, stime, points
smu:SourceMeter Channel (A or B). Defaults to SMU A if all parameters are
omitted when function is called.
starti: Sweep start current in amps.
stopi: Sweep stop current in amps.
stime: Settling time in seconds. Occurs after stepping the
source and before performing a measurement.
points: Number of sweep points (must be ≥2).
Data
Voltage measurements, current source values and timestamps are stored in
smuX.nvbuffer1.
Example
SweepILinMeasureV(smua, -1E-3, 1E-3, 0, 100)
This function performs a 100-point linear current sweep starting at -1mA and
stopping at +1mA. Voltage is measured at every step (point) in the sweep. Since
stime is set for 0s, voltage will be measured as fast as possible after each
current step.
Table 13-4
KIGeneral TSP test script: SweepVLinMeasureI
TSP project name: KIFactoryGeneral
TSP test script name: KIGeneral
Firmware version: 1.0.2 and later
Function:
SweepVLinMeasureI(smu, startv, stopv, stime, points)
Description Performs a linear voltage sweep with current measured at every step (point):
• Sets the smu to output startv volts, allows the source to settle for stime
seconds and then performs a current measurement.
• Sets the smu to output the next volts step, allows the source to settle for
stime seconds and then performs a current measurement.
• Repeats the above sequence until the current is measured on the stopv
volts step.
The linear step size is automatically calculated as follows:
step = (stopv – startv) / (points – 1)
startv
= Current measurement
stopv
stime
stime
stime
Table 13-3 (continued)
KIGeneral TSP test script: SweepILinMeasureV
TSP project name: KIFactoryGeneral
TSP test script name: KIGeneral
Firmware version: 1.0.2 and later