Model 2657A High Power System SourceMeter® Instrument Reference Manual Section 5: Introduction to TSP operation
2657A-901-01 Rev. B/December 2012 5-19
Running a factory script function from the Model 2657A front panel controls
1. Press the LOAD key.
2. Select FACTORY.
3. Select the function to run and press the ENTER key or navigation wheel .
4. Press the RUN key.
5. Follow the prompts on the front panel to run the script.
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 Model 2657A 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.
Example:
Retrieve the script listing for a factory script named “KIPulse”:
script.factory.scripts.KIPulse.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 7-323)
SweepIListMeasureV()
(on page 7-324)
SweepILogMeasureV()
(on page 7-325)
SweepVLinMeasureI()
(on page 7-326)
SweepVListMeasureI()
(on page 7-327)
SweepVLogMeasureI()
(on page 7-328)