8: TSP command reference Model 2461 Interactive SourceMeter® Instrument
8-340 2461-901-01 A/November 2015
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-337)
userstring.catalog() (on page 8-338)
userstring.delete() (on page 8-339)
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
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 zero (0) is specified for the group, this function waits for all nodes in the system.
Any nodes that are not assigned to a group (group number is 0) are part of the master node's group.
Example 1
Waits for all nodes in the local group.
Example 2
Waits for all nodes in group G.
Example 3
Waits for all nodes on the TSP-Link network.
Also see
None