Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-185
Details
Autorun scripts run automatically when the instrument is turned on. You can set any number of scripts
to autorun.
The run order for autorun scripts is arbitrary, so make sure the run order is not important.
The default value for scriptVar.autorun depends on how the script was loaded. The default is no
if the script was loaded with loadscript or script.new(). It is yes for scripts loaded with
loadandrunscript or script.newautorun().
Make sure to save the script in nonvolatile memory after setting the autorun attribute so that the
instrument keeps the setting.
Example
test5.autorun = "yes"
test5.save()
Assume a script named test5 is in the runtime environment.
The next time the instrument is turned on, test5 script automatically loads and runs.
Also see
None
scriptVar.list()
This function generates a script listing.
The name of the variable that references the script
Details
This function generates output in the form of a sequence of response messages (one message for
each line of the script). It also generates output of the script control messages (loadscript or
loadandrunscript and endscript).