Userstring.get(); Waitcomplete() - Keithley 2657A Reference Manual

High power system sourcemeter instrument
Hide thumbs Also See for 2657A:
Table of Contents

Advertisement

Model 2657A High Power System SourceMeter® Instrument Reference Manual
Details
This function deletes the string that is associated with name from nonvolatile memory.
Example
userstring.delete("assetnumber")
userstring.delete("product")
userstring.delete("contact")
Also see
userstring.add()
userstring.catalog()

userstring.get()

userstring.get()
This function retrieves a user-defined string from nonvolatile memory.
Type
TSP-Link accessible
Yes
Function
Usage
value = userstring.get(name)
value
name
Details
This function retrieves the string that is associated with name from nonvolatile memory.
Example
value = userstring.get("assetnumber")
print(value)
Also see
userstring.add()
userstring.catalog()
userstring.delete()

waitcomplete()

This function waits for all overlapped commands in a specified group to complete.
Type
TSP-Link accessible
Function
No
2657A-901-01 Rev. B/December 2012
(on page 7-369)
(on page 7-370)
(on page 7-371)
Affected by
The value of the userstring key-value pair
The name (key) of the userstring
(on page 7-369)
(on page 7-370)
(on page 7-370)
Affected by
Section 7: TSP command reference
Deletes the user-defined strings associated with the
"assetnumber", "product", and "contact" names.
Where saved
Default value
Read the value associated with a user-string
named "assetnumber".
Store it in a variable called value, then print the
variable value.
Output:
236
Where saved
Default value
7-371

Advertisement

Table of Contents
loading

Table of Contents