Tsplink Function And Attributes - Keithley 2601 Reference Manual

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

Advertisement

Section 12: Instrument Control Library
Details
See "Triggering" in
Also see
trigger.clear
Waits up to 10 seconds for a trigger:
Example
triggered = trigger.wait(10)
print(triggered)
Output: false
The above output indicates that no trigger was detected during the 10 second timeout.

tsplink function and attributes

Use the function and attributes in this section to assign node numbers to the Series 2600
instruments and initialize the TSP-Link system.
tsplink.group
Attribute
Stores the group number assigned to the node.
Usage
groupnumber = tsplink.group
tsplink.group = groupnumber
groupnumber
Remarks
• The default group number is 0.
• Set the attribute value to 0 to remove the node from all groups.
• Each time the node powers off, the group number for that node changes to 0.
• Group numbers can range from 0 to 64.
tsplink.master
Attribute
Reads the node number assigned to the master node.
Usage
master = tsplink.master
master
Remarks
A read-only attribute.
tsplink.node
Attribute
Use this attribute to set the node number. Choose a number from 1 to 64.
Usage
mynode = tsplink.node
tsplink.node = mynode
mynode
Remarks
• This attribute sets the TSP-Link node number and saves the value in nonvolatile memory.
• Changes to the node number does not take effect until the next time tsplink.reset is
executed on any node in the system.
• Each node connected to the TSP-Link must be assigned a different node number.
• 16 nodes is the maximum number of nodes allowed
Details
See
Section 9
Also see
tsplink.reset,
Example
--Sets the TSP-Link node to number 2:
tsplink.node = 2
12-110
Section
10.
The TSP-Link group number.
A custom variable that stores the master node
number.
Sets the node number. Choose from 1 to 64.
System expansion.
tsplink.state
Return to
Section Topics
Series 2600 System SourceMeter® Instruments Reference Manual
Reads the node number.
Writes the node number.
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