Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-243
(on page 7-241)
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 Yes
Usage
waitecomplete()
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. Currently the Models 707B
and 708B have no overlapped commands implemented. However, other TSP-enabled products like the Series
2600A SourceMeter Instruments have overlapped commands. Therefore, when the Model 707B or 708B is a
TSP master to a subordinate device with overlapped commands, use this function to wait until all overlapped
operations are completed.
A group number may only be specified from 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.
NOTE
Any nodes that are not assigned to a group (group number is 0) are part of the master node's group.
Example 1
waitcomplete()
Waits for all nodes in the local group.
Example 2
waitcomplete(G)
Waits for all nodes in group G.
Example 3
waitcomplete(0)
Waits for all nodes on the TSP-Link network.
Also see
None