5: Introduction to TSP operation Series 2600B System SourceMeter® Instrument
5-20 2600BS-901-01 Rev. B / May 2013
Example:
Run the factory script named “KIPulse”
script.factory.scripts.KIPulse()
Running a factory script function from the Series 2600B 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 Series 2600B 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-329)
SweepIListMeasureV() (on page 7-330)
SweepILogMeasureV() (on page 7-331)
SweepVLinMeasureI() (on page 7-332)
SweepVListMeasureI() (on page 7-333)
SweepVLogMeasureI() (on page 7-334)