19-80 Return to Section Topics 2600AS-901-01 Rev. B / September 2008
Section 19: Remote Commands Series 2600A System SourceMeter® Instruments Reference Manual
lan.trigger[N]
lan.trigger[N].assert
Replace N with values 1-8.
Function Generates a trigger.
TSP-Link
accessibility
This function can be accessed from a remote TSP-Link node.
Usage lan.trigger[lanevent].assert()
lanevent The LAN event number.
Remarks • Generates and sends a LAN trigger packet for the LAN event number specified.
• Sets the pseudostate to the appropriate state.
• The following indexes will provide the listed LXI events:
1:LAN0
2:LAN1
3:LAN2
...
8:LAN7
lan.trigger[N].clear
Replace N with values 1-8.
Function Clears a trigger.
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage lan.trigger[lanevent].clear()
lanevent The LAN event number.
Remarks • A trigger's event detector remembers if an event has been detected since the last
lan.trigger[n].wait call.
• This function clears a trigger's event detector and discards the previous history of the LAN
trigger event.
• This function clears all overruns associated with this LAN trigger.
lan.trigger[N].connect
Replace N with values 1-8.
Function Prepares the event generator for outgoing trigger events.
TSP-Link
accessibility
This function can be accessed from a remote TSP-Link node.
Usage lan.trigger[lanevent].connect()
lanevent The LAN event number.
Remarks • Prepares the event generator to send event messages. For TCP connections, this will open the
TCP connection.
• The event generator will automatically disconnect when either the
lan.trigger[n].protocol or lan.trigger[n].ipaddress attributes for this event are
changed.