Model 2450 Interactive SourceMeter® Instrument Reference Manual
Section 8: TSP command reference
2450-901-01 Rev. B/September 2013
8-251
userstring.delete()
This function deletes a user-defined string from nonvolatile memory.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
userstring.delete(
name
)
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
(on page 8-249)
(on page 8-250)
(on page 8-251)
userstring.get()
This function retrieves a user-defined string from nonvolatile memory.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
value
= userstring.get(
name
)
value
The value of the user-defined string key-value pair
name
The name (key) of the user-defined string
Details
This function retrieves the string that is associated with
name
from nonvolatile memory.