Running a factory script
Use either of the following commands to run a factory script:
script.factory.scripts.name()
script.factory.scripts.name.run()
Where: name is the name of the factory script.
Example:
Run the factory script named KISweep.
script.factory.scripts.KISweep()
Running a factory script function from the 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 reloaded into the 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.
An example that retrieves the script listing for a factory script named KISweep:
script.factory.scripts.KISweep.list()