Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-157
You are not required to qualify the path to the USB flash drive, but you can add /usb1/ before the
fileName (see Example 2).
Example 1
savebuffer(smua.nvbuffer1, "csv", "mybuffer.csv")
Save smua dedicated reading buffer 1 as a CSV file named mybuffer.csv.
Example 2
savebuffer(smua.nvbuffer1, "csv", "/usb1/mybuffer.csv")
Save smua dedicated reading buffer 1 to an installed USB flash drive as a CSV file named mybuffer.csv.
Also see
KISavebuffer factory script (on page 9-22)
smua.savebuffer() (on page 11-222)
script.anonymous
This is a reference to the anonymous script.
Usage
scriptVar = script.anonymous
The name of the variable that references the script
Details
You can use the script.anonymous script like any other script. Also, you can save the anonymous
script as a user script by giving it a name.
This script is replaced by loading a script with the loadscript or loadandrunscript commands
when they are used without a name.
Example 1
Displays the content of the
anonymous script.
Example 2
print(script.anonymous.source)
Retrieves the source of the
anonymous script.
Also see
Anonymous scripts (on page 10-3)
scriptVar.autorun (on page 11-163)
scriptVar.list() (on page 11-164)
scriptVar.name (on page 11-165)
scriptVar.run() (on page 11-166)
scriptVar.save() (on page 11-166)
scriptVar.source (on page 11-167)