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 group.
Example 1