Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-117
lan.trigger[N].connected
This attribute stores the LAN event connection state.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
connected = lan.trigger[N].connected
connected
The LAN event connection state:
•
true
: Connected
•
false
: Not connected
N
The LAN event number (1 to 8)
Details
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 set
to false.
Set to 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)
Returns
true
if connected, or
false
if not
connected.
Example output:
false
Also see
(on page 7-116)
(on page 7-119)