![Keithley SourceMeter 2600B Series Reference Manual Download Page 752](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220752.webp)
Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-413
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.
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:
236
Also see
(on page 7-410)
(on page 7-411)
(on page 7-412)
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
Usage
waitcomplete()
waitcomplete(
group
)
group
Specifies which TSP-Link group on which to wait