EasyManuals Logo
Home>Keithley>Measuring Instruments>SourceMeter 2612

Keithley SourceMeter 2612 Reference Manual

Keithley SourceMeter 2612
594 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #409 background imageLoading...
Page #409 background image
Series 2600 System SourceMeters Reference Manual Instrument Control Library 12-135
Return to Section 12 topics 2600S-901-01 Rev. A / May 2006
userstring.catalog
Function Creates an iterator for the user string catalog.
Usage
for name in userstring.catalog() do ... end
Remarks Accessing the catalog for user string names allows the user to print or delete all string
name values in non-volatile memory. The entries will be enumerated in no particular
order.
Also see
userstring.add, userstring.delete, userstring.get
Example
Deletes all user strings in non-volatile memory:
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 userstring.add
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 Name of the user string.
Remarks This function will delete from non-volatile memory the string that is associated with the
string
name.
Also see userstring.add, userstring.catalog, userstring.get
Example
Deletes user-defined strings from non-volatile memory:
userstring.delete("assetnumber")
userstring.delete("department")
userstring.delete("contact")

Table of Contents

Other manuals for Keithley SourceMeter 2612

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley SourceMeter 2612 and is the answer not in the manual?

Keithley SourceMeter 2612 Specifications

General IconGeneral
BrandKeithley
ModelSourceMeter 2612
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals