Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 8: TSP command reference
DMM7510-901-01 Rev. B / May 2015
8-237
Example
test8 = script.load("/usb1/testSetup.tsp")
Loads the script with the file name
testSetup.tsp
that is on the USB flash
drive and names it
test8
.
Also see
None
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()
.
Example
test8.run()
Runs the script referenced by the variable
test8
.
Also see
None