Keithley SourceMeter 2600 Series Reference Manual page 408

Table of Contents

Advertisement

12-134 Instrument Control Library
• This attribute stores the TSP-Link status, either
Remarks
be "offline" after the unit is powered on. After
state will be "online".
• This attribute is read-only.
Details
See
Section 9
Also see
tsplink.node,
Reads the on-line state of the TSP-Link:
Example
state = tsplink.state
print(state)
Output:
userstring functions
The functions in this group are used to store/retrieve user-defined strings in non-volatile
memory.
userstring.add
Function
Adds a user-defined string to non-volatile memory.
Usage
userstring.add(name, value)
name
value
Remarks
This function will associate the string
non-volatile memory. The value associated with the given name can be retrieved with
the
userstring.get
Also see
userstring.catalog, userstring.delete,
Example
Stores user-defined strings in non-volatile memory:
userstring.add("assetnumber", "236")
userstring.add("department", "Widgets")
userstring.add("contact", "John Doe")
2600S-901-01 Rev. A / May 2006
Series 2600 System SourceMeters Reference Manual
(system expansion).
tsplink.reset
online
The name for the string.
The string to associate with the name.
function.
Return to
online
tsplink.reset
with the string
value
userstring.get
Section 12 topics
or
. The state will
offline
is successful, the
and store the pair in
name

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents