Tsplink.state - Keithley 2601B Reference Manual

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Series 2600B System SourceMeter® Instrument Reference Manual
Details
This function erases all information regarding other nodes connected on the TSP-Link system and regenerates
the system configuration. This function must be called at least once before any remote nodes can be accessed.
If the node number for any instrument is changed, the TSP-Link must be reset again.
If expectedNodes is not given, this function generates an error if no other nodes are found on the TSP-Link
network.
If nodesFound is less than expectedNodes, an error is generated. Note that the node on which the command
is running is counted as a node. For example, giving an expected node count of 1 will not generate any errors,
even if there are no other nodes on the TSP-Link network.
Also returns the number of nodes found.
Example
nodesFound = tsplink.reset(2)
print("Nodes found = " .. nodesFound)
Also see
localnode.showerrors
tsplink.node

tsplink.state

tsplink.state
This attribute describes the TSP-Link online state. This attribute is not available on the Models
2604B/2614B/2634B.
Type
TSP-Link accessible
Attribute (R)
Yes
Usage
state = tsplink.state
state
Details
When the instrument power is first turned on, the state is offline. After tsplink.reset() is successful, the
state is online.
Example
state = tsplink.state
print(state)
Also see
tsplink.node
tsplink.reset()
2600BS-901-01 Rev. B / May 2013
(on page 7-145)
(on page 7-352)
(on page 7-355)
Affected by
Not applicable
TSP-Link state (online or offline)
(on page 7-352)
(on page 7-354)
tsplink.reset()
Perform a TSP-Link reset and indicate how
many nodes are found.
Sample output if two nodes are found:
Nodes found = 2
Sample output if fewer nodes are found and
if localnode.showerrors = 1:
1219, TSP-Link found fewer nodes
than expected
Nodes found = 1
Where saved
Not applicable
Read the state of the TSP-Link system. If it is online,
the output is:
online
(on page 7-354)
Section 7: TSP command reference
Default value
Not applicable
7-355

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents