Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-394 2601B-PULSE-901-01A April 2020
Details
There are two types of instrument commands:
• Overlapped commands: Commands that allow the execution of subsequent commands while
instrument operations of the overlapped command are still in progress.
• Sequential commands: Commands whose operations must finish before the next command is
executed.
The waitcomplete() command suspends the execution of commands until the instrument
operations of all previous overlapped commands are finished. This command is not needed for
sequential commands.
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