Tsplink.writeport() - Keithley DMM7510 Reference Manual

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Section 8: TSP command reference
Example
data = tsplink.readport()
print(data)
Also see
Triggering using TSP-Link synchronization lines
tsplink.line[N].state

tsplink.writeport()

tsplink.state
This attribute describes the TSP-Link online state.
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.initialize()
or tsplink.reset() is successful, the state is online.
Example
state = tsplink.state
print(state)
Also see
tsplink.node
(on page 8-351)
tsplink.writeport()
This function writes to all TSP-Link synchronization lines as a digital I/O port.
Type
TSP-Link accessible
Function
Yes
Usage
tsplink.writeport(data)
data
8-352
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
(on page 8-350)
(on page 8-352)
Affected by
Not applicable
TSP-Link state (online or offline)
Affected by
Value to write to the port (0 to 7)
Reads state of all three TSP-Link lines.
Assuming line 2 is set high, the output is:
2.000000e+00
(binary 010)
The format of the output may vary depending on the ASCII
precision setting.
(on page 3-109)
Where saved
Not applicable
Read the state of the TSP-Link system. If it is online,
the output is:
online
Where saved
Default value
Not applicable
Default value
DMM7510-901-01 Rev. B / May 2015

Advertisement

Table of Contents
loading

Table of Contents