Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-413
userstring.delete()
This function deletes a user-defined string from nonvolatile memory.
Usage
userstring.delete("name")
The name (key) of the key-value pair of the user-defined string to delete
Details
This function deletes the string that is associated with name from nonvolatile memory.
Example
userstring.delete("assetnumber")
userstring.delete("product")
userstring.delete("contact")
Deletes the user-defined strings associated with the assetnumber, product, and contact names.
Also see
userstring.add() (on page 9-411)
userstring.catalog() (on page 9-412)
userstring.get() (on page 9-414)