How Do I Use The Expanded System; Accessing Resources Of Tsp-Link Nodes - Keithley SourceMeter 2611 User Manual

Hide thumbs Also See for SourceMeter 2611:
Table of Contents

Advertisement

4-4
Controlling Multiple SourceMeters
Step 4: Check the state of the TSP-Link system
Reference
The
tsplink.state
TSP-Link reset routine was completed successfully. The returned value
indicates that the reset was successful for all instruments (nodes) in the system.
The value
A few typical reasons for a reset failure include the following:
Programming example – After assigning node numbers to the instruments in the
system, the following command checks the state of the TSP-Link:
print(tsplink.state)
If the reset is successful,
to all nodes is established.

How do I use the expanded system?

Reference

Accessing resources of TSP-Link nodes

After a successful TSP-Link reset, the node and localnode variables can be
used to access resources of any node in the system.
Using node[N]
The node[N] variable (where N = 1 to 64 ) is used to send a command to any
node in the system. The node can be the Master or a Slave. Examples:
node[4].smua.reset()
node[1].smua.reset()
Using the alias (localnode)
The variable localnode is an alias for node[N] , where N is the node number of
the Master.
For example, assume that Node 1 is the Master in a TSP-Link system. To send a
command to Node 1, you can use node[1] or localnode as follows:
node[1].smua.reset()
localnode.smua.reset()
2600S-900-01 Rev. A / May 2006
Refer to "Initialization" in Section 9 of the Series 2600 Reference
Manual for more information on checking the state of the TSP-Link.
read-only attribute is used to determine whether or not the
indicates that the reset has failed.
offline
Two or more instruments in the system have the same node number.
There are no other instruments connected to the unit performing the reset.
One of the units in a properly connected system isn't powered on.
online
Refer to "Using the expanded system" in Section 9 of the Series
2600 Reference Manual for more information on using the system.
Return to
Series 2600 System SourceMeters User's Manual
will be the output to indicate that communication
-- Resets SMU A of Node 4.
-- Resets SMU A of Node 1.
-- Resets SMU A of the Master (Node 1).
-- Resets SMU A of the Master (Node 1).
In this section:
online

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sourcemeter 2602Sourcemeter 2612Sourcemeter 2601

Table of Contents