Model 2651A High Power System SourceMeter® Instrument Reference Manual
scriptVar.list()
This function generates a script listing.
Type
TSP-Link accessible
Function
No
Usage
scriptVar.list()
scriptVar
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).
Example
test7 = script.new("display.clear() display.settext('Hello from my test')",
"test7")
test7()
test7.save()
test7.list()
The above example code creates a script named test7 that displays text on the front panel and lists the script
with the following output:
loadscript test7
display.clear() display.settext("Hello from my test")
endscript
Also see
Retrieve source code one line at a time
2651A-901-01 Rev. C October 2021
Affected by
Where saved
The name of the variable that references the script
(on page 6-50)
Section 7: TSP command reference
Default value
7-207
Need help?
Do you have a question about the Keithley 2651A and is the answer not in the manual?