System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. B / May 2013 7-171
scriptVar.run()
This function runs a script.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
scriptVar.run()
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
Runs the script referenced by the variable
test8
.
Also see
None