12-136 Instrument Control Library Series 2600 System SourceMeters Reference Manual
2600S-901-01 Rev. A / May 2006 Return to Section 12 topics
waitcomplete function
This function waits for all overlapped commands to complete.
Function Waits for all overlapped commands to complete.
Usage
waitcomplete()
Remarks This function will wait for all previously started overlapped commands to complete.
userstring.get
Function Retrieves a user-defined string from non-volatile memory.
Usage
value = userstring.get(name)
name Name of the user string.
value Returns the string value associated with name.
Remarks This function will retrieve from non-volatile memory the string that is associated with
the string name.
Also see userstring.add, userstring.catalog, userstring.delete
Example
Retrieves the value for a user string from non-volatile memory:
value = userstring.get("assetnumber")
print(value)
Output: 236
waitcomplete