Waitcomplete Function - Keithley 2601 Reference Manual

System sourcemeter 2600 series (smu)
Hide thumbs Also See for 2601:
Table of Contents

Advertisement

Section 12: Instrument Control Library
userstring.get
Function
Retrieves a user-defined string from non-volatile memory.
Usage
value = userstring.get(name)
name
value
Remarks
This function will retrieve from non-volatile memory the string that is associated with
the string name.
userstring.add, userstring.catalog,
Also see
Example
Retrieves the value for a user string from non-volatile memory:
value = userstring.get("assetnumber")
print(value)
Output:
236

waitcomplete function

This function waits for all overlapped commands to complete.
waitcomplete
Function
Waits for all overlapped commands to complete.
Usage
waitcomplete([group])
group
Remarks
• The master node is the only node that can specify a group number with the
waitcomplete command.
• If a TSP-Link group number is not provided, the local group number is used.
• If a 0 (zero) is used for the TSP-Link group number, this function waits for all nodes on the
TSP-Link network.
• Use this function to wait for a specific group to complete all overlapped operations.
Example
waitcomplete()
waitcomplete(G)
waitcomplete(0)
12-118
Name of the user string.
Returns the string value associated with name.
userstring.delete
Identifies the number of the group to wait for
overlapped operations to complete.
NOTE
Any node that is not assigned to a group (indicates the group
number is 0) is considered part of the master group.
Using this function without a group number waits for overlapped
operations to complete on the local group.
Waits for all nodes in the local group.
Waits for all nodes in group G.
Waits for all nodes on the TSP-Link network.
Return to
Section Topics
Series 2600 System SourceMeter® Instruments Reference Manual
2600S-901-01 Rev. C / January 2008

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

26362602261126122635

Table of Contents