Model 2657A High Power System SourceMeter® Instrument Reference Manual Section 7: TSP command reference
2657A-901-01 Rev. B/December 2012 7-371
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 7-369)
userstring.catalog()
(on page 7-370)
userstring.get()
(on page 7-371)
userstring.get()
This function retrieves a user-defined string from nonvolatile memory.
Type TSP-Link accessible
Affected by Where saved Default value
Function Yes
Usage
value = userstring.get(name)
value
The value of the userstring key-value pair
name
The name (key) of the userstring
Details
This function retrieves the string that is associated with name from nonvolatile memory.
Example
value = userstring.get("assetnumber")
print(value)
Read the value associated with a user-string
named "assetnumber".
Store it in a variable called value, then print the
variable value.
Output:
236
Also see
userstring.add() (on page 7-369)
userstring.catalog()
(on page 7-370)
userstring.delete()
(on page 7-370)
waitcomplete()
This function waits for all overlapped commands in a specified group to complete.
Type TSP-Link accessible
Affected by Where saved Default value
Function No