Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 9: Introduction to TSP operation
2601B-PULSE-901-01A April 2020 9-21
Retrieving and modifying a factory script listing
The script listing for a factory script can be retrieved and modified. However, it cannot be saved as a
factory script. The modified script can be saved as a user script using the same name or a new name.
An imported factory script can only be loaded back into the 2601B-PULSE as a user script.
The following function retrieves a script listing. The script code is output with the shell keywords
(loadscript or loadandrunscript and endscript):
script.factory.scripts.name.list()
Where: name is the name of the factory script.
An example that retrieves the script listing for a factory script named KISweep:
script.factory.scripts.KISweep.list()
KISweep factory script
The KISweep factory script provides simple sweep test programming and shows how to use the
sweeping function.
This script is made up of the following functions. Access these functions from the front panel or the
remote interfaces. The following functions make up the KISweep factory script:
SweepILinMeasureV() (on page 11-342)
SweepIListMeasureV() (on page 11-343)
SweepILogMeasureV() (on page 11-344)
SweepVLinMeasureI() (on page 11-345)
SweepVListMeasureI() (on page 11-346)
SweepVLogMeasureI() (on page 11-347)
KIHighC factory script
The KIHighC factory script is made up of two functions: i_leakage_measure() and
i_leakage_threshold(). These functions are intended to be used when high capacitance mode
is active. Output is generally at a nonzero voltage before calling these functions. These functions can
also be used to step the voltage to zero volts in order to measure the leakage current.
i_leakage_measure() (on page 11-100)
i_leakage_threshold() (on page 11-101)