Keithley DMM7510 Reference Manual page 980

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Example 1
for name in userstring.catalog() do
userstring.delete(name)
end
Example 2
for name in userstring.catalog() do
print(name .. " = " ..
userstring.get(name))
end
Also see
userstring.add()
userstring.delete()
userstring.get()
userstring.delete()
This function deletes a user-defined string from nonvolatile memory.
Type
TSP-Link accessible
Function
No
Usage
userstring.delete(name)
name
Details
This function deletes the string that is associated with name from nonvolatile memory.
Example
userstring.delete("assetnumber")
userstring.delete("product")
userstring.delete("contact")
Also see
userstring.add()
userstring.catalog()
userstring.get()
DMM7510-901-01 Rev. B / May 2015
(on page 8-366)
(on page 8-367)
(on page 8-368)
Affected by
The name (key) of the key-value pair of the user-defined string to delete
(on page 8-366)
(on page 8-366)
(on page 8-368)
Section 8: TSP command reference
Deletes all user-defined strings in nonvolatile
memory.
Prints all userstring key-value pairs.
Output:
product = Widgets
assetnumber = 236
contact = John Doe
The above output lists the user-defined strings
added in the example for the userstring.add()
function. Notice the key-value pairs are not listed in
the order they were added.
Where saved
Deletes the user-defined strings associated with the
assetnumber, product, and contact names.
Default value
8-367

Advertisement

Table of Contents
loading

Table of Contents