2600AS-901-01 Rev. B / September 2008 Return to Section Topics 19-235
Series 2600A System SourceMeter® Instruments Reference Manual Section 19: Remote Commands
userstring.delete
Function Deletes a user-defined string from nonvolatile memory.
TSP-Link
accessibility
This function can be accessed from a remote TSP-Link node.
Usage userstring.delete(name)
name Name of the user string.
Remarks This function will delete from nonvolatile memory the string that is associated with the string name.
Also see userstring.add, userstring.catalog, userstring.get
Example Deletes user-defined strings from nonvolatile memory:
userstring.delete("assetnumber")
userstring.delete("department")
userstring.delete("contact")
userstring.get
Function Retrieves a user-defined string from nonvolatile memory.
TSP-Link
accessibility
This function can be accessed from a remote TSP-Link node.
Usage value = userstring.get(name)
name Name of the user string.
value Returns the string value associated with name.
Remarks This function will retrieve from nonvolatile memory the string that is associated with the string name.
Also see userstring.add, userstring.catalog, userstring.delete
Example Retrieves the value for a user string from nonvolatile memory:
value = userstring.get("assetnumber")
print(value)
Output: 236