Lan.trigger[N].Connected - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Series 3700A System Switch/Multimeter Reference Manual

lan.trigger[N].connected

This attribute stores the LAN event connection state.
Type
TSP-Link accessible
Attribute (R)
Yes
Usage
connected = lan.trigger[N].connected
connected
N
Details
This read-only attribute is set to true when the LAN trigger is connected and ready to send trigger
events following a successful lan.trigger[N].connect() command; if the LAN trigger is not
ready to send trigger events, this value is false.
This attribute is also false when either lan.trigger[N].protocol or
lan.trigger[N].ipaddress attributes are changed or the remote connection closes the
connection.
Example
lan.trigger[1].protocol = lan.MULTICAST
print(lan.trigger[1].connected)
Also see
lan.trigger[N].connect()
lan.trigger[N].ipaddress
lan.trigger[N].protocol
3700AS-901-01 Rev. D/June 2018
Affected by
Not applicable
The LAN event connection state:
true: Connected
false: Not connected
The LAN event number (1 to 8)
(on page 11-274)
(on page 11-277)
(on page 11-279)
Section 11: TSP command reference
Where saved
Default value
Not applicable
Not applicable
Outputs true if connected, or false if not
connected.
Example output:
false
11-275

Advertisement

Table of Contents
loading

Table of Contents