![Keithley SourceMeter 2600B Series Reference Manual Download Page 524](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220524.webp)
Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-185
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