Keithley SourceMeter 2600 Series Reference Manual page 410

Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents