Section 7: Command reference
Model 2651A High Power System SourceMeter® Instrument Reference Manual
7-350
2651A-901-01 Rev. A / March 2011
Details
This function erases all knowledge of other nodes connected on the TSP-Link 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 initialized 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.
Also see
(on page 7-350)
tsplink.state
This attribute describes the TSP-Link online state.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
state
= tsplink.state
state
TSP-Link state, online or offline
Details
When the instrument is powered on, the state is
offline
. After
tsplink.reset()
is successful, the state is
online
.
Example
state = tsplink.state
print(state)
Read the state of the TSP-Link. If it is online, the
output is:
online
Also see
tsplink.trigger[N].assert()
This function simulates the occurrence of the trigger and generates the corresponding event ID.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes