Section 7: Command reference
Model 2651A High Power System SourceMeter® Instrument Reference Manual
7-374
2651A-901-01 Rev. A / March 2011
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)
Output: 236
Also see
(on page 7-372)
(on page 7-372)
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
Details
This function will wait for all previously started overlapped commands to complete.
A group number may only be specified when this node is the master node.
If no
group
is specified, the local group is used.
If 0 is specified for the
group
, this function waits for all nodes in the system.