8: TSP command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
8-368 DMM7510-901-01 Rev. B / May 2015
userstring.get()
This function retrieves a user-defined string from nonvolatile memory.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
value = userstring.get(name)
The value of the user-defined string key-value pair
The name (key) of the user-defined string
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-defined
string named "assetnumber".
Store it in a variable called value, then print the
variable value.
Output:
Also see
userstring.add() (on page 8-366)
userstring.catalog() (on page 8-366)
userstring.delete() (on page 8-367)
waitcomplete()
This function waits for all overlapped commands to complete.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
waitcomplete()
waitcomplete(group)
Specifies which TSP-Link group on which to wait