Keithley 2601 Reference Manual page 377

System sourcemeter 2600 series (smu)
Hide thumbs Also See for 2601:
Table of Contents

Advertisement

Series 2600 System SourceMeter® Instruments Reference Manual
userstring.catalog
Function
Creates an iterator for the user string catalog.
Usage
for name in userstring.catalog() do ... end
Accessing the catalog for user string names allows the user to print or delete all
Remarks
string name values in non-volatile memory.
particular order.
userstring.add, userstring.delete,
Also see
Deletes all user strings in non-volatile memory:
Example
for name in userstring.catalog() do
userstring.delete(name)
end
Prints all user string name value pairs in non-volatile memory:
for name in userstring.catalog() do
print(name .. " = " .. userstring.get(name))
end
Output:
department = Widgets
assetnumber = 236
contact = John Doe
The above output lists the user strings added in the "Example" for the
function. Notice that they are not listed in the order that they were added.
userstring.delete
Function
Deletes a user-defined string from non-volatile memory.
Usage
userstring.delete(name)
name
This function will delete from non-volatile memory the string that is associated with the
Remarks
string
name
userstring.add, userstring.catalog,
Also see
Example
Deletes user-defined strings from non-volatile memory:
userstring.delete("assetnumber")
userstring.delete("department")
userstring.delete("contact")
2600S-901-01 Rev. C / January 2008
userstring.get
.
userstring.get
Return to
The entries will be enumerated in no
Name of the user string.
Section Topics
Section 12: Instrument Control Library
userstring.add
12-117

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

26362602261126122635

Table of Contents