Section 7: TSP command reference Model 2657A High Power System SourceMeter® Instrument Reference Manual
7-166 2657A-901-01 Rev. B/December 2012
scriptVar.run()
This function runs a script.
Type TSP-Link accessible
Affected by Where saved Default value
Function No
Usage
scriptVar.run()
scriptVar()
scriptVar
The name of the variable that references the script
Details
The scriptVar.run() function runs the script referenced by scriptVar. You can also run the script by using
scriptVar().
To run a factory script, use script.factory.scripts.scriptName(), replacing scriptName with the
name of the desired factory script.
Example
test8.run()
Runs the script referenced by the variable
test8.
Also see
None