7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
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
.
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()
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
Runs the script referenced by the variable
test8
.
Also see
None