Trigger.lanout[N].Connected - Keithley 2450 Reference Manual

Interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2450 Interactive SourceMeter® Instrument Reference Manual

trigger.lanout[N].connected

This attribute stores the LAN event connection state.
Type
TSP-Link accessible
Attribute (R)
Yes
Usage
connected = trigger.lanout[N].connected
connected
N
Details
This is set to true when the LAN trigger is connected and ready to send trigger events following a successful
trigger.lanout[N].connect() command. If the LAN trigger is not ready to send trigger events, this value
is false.
This attribute is also false when the trigger.lanout[N].protocol or trigger.lanout[N].ipaddress
attribute is changed or when the remote connection closes the connection.
Example
trigger.lanout[1].protocol =
lan.PROTOCOL_MULTICAST
print(trigger.lanout[1].connected)
Also see
trigger.lanout[N].connect()
trigger.lanout[N].ipaddress
trigger.lanout[N].protocol
2450-901-01 Rev. B/September 2013
Affected by
Not applicable
The LAN event connection state:
true: Connected
false: Not connected
The LAN event number (1 to 8)
(on page 8-180)
(on page 8-182)
(on page 8-183)
Section 8: TSP command reference
Where saved
Default value
Not applicable
Not applicable
Outputs true if connected, or
false if not connected.
Example output:
false
8-181

Advertisement

Table of Contents
loading

Table of Contents