Script.anonymous - Keithley 2651A Reference Manual

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Model 2651A High Power System SourceMeter® Instrument Reference Manual
Example 1
savebuffer(smua.nvbuffer1, "csv",
"mybuffer.csv")
Example 2
savebuffer(smua.nvbuffer1, "csv",
"/usb1/mybuffer.csv")
Also see
smuX.savebuffer()

script.anonymous

This is a reference to the anonymous script.
Type
TSP-Link accessible
Attribute (R)
No
Usage
scriptVar = script.anonymous
scriptVar
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
script.anonymous.list()
Example 2
print(script.anonymous.source)
2651A-901-01 Rev. A / March 2011
(on page 7-209)
Affected by
See Details
The name of the variable that references the script
Save smua nonvolatile reading buffer 1 as a
.CSV file named mybuffer.csv.
Save smua nonvolatile reading buffer 1 to an
installed USB flash drive as a .CSV file
named mybuffer.csv.
Where saved
Default value
See Details
Not applicable
Displays the content of the anonymous
script.
Retrieves the source of the anonymous
script.
Section 7: Command reference
7-153

Advertisement

Table of Contents
loading

Table of Contents