Tsplink.master - Keithley 2461 Reference Manual

1kw pulse mode interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2461 Interactive SourceMeter® Instrument Reference Manual
Details
Use tsplink.writeport() to write to all TSP-Link synchronization lines.
The reset function does not affect the present states of the TSP-Link trigger lines.
Example
lineState = tsplink.line[3].state
print(lineState)
Also see
tsplink.line[N].mode
tsplink.writeport()

tsplink.master

This attribute reads the node number assigned to the master node.
Type
TSP-Link accessible
Attribute (R)
Yes
Usage
masterNodeNumber = tsplink.master
masterNodeNumber
Details
This attribute returns the node number of the master in a set of instruments connected using TSP-
Link.
Example
LinkMaster = tsplink.master
Also see
tsplink.initialize()
2461-901-01 A/November 2015
(on page 8-319)
(on page 8-323)
Affected by
Not applicable
The node number of the master node (1 to 64)
(on page 8-318)
Section 8: TSP command reference
Assume line 3 is set high, and then the state is read.
Output:
tsplink.STATE_HIGH
Where saved
Not applicable
Store the TSP-Link master node number in a
variable called LinkMaster.
Default value
Not applicable
8-321

Advertisement

Table of Contents
loading

Table of Contents