Lan.trigger[N].Protocol - 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
Details
This command indicates whether an event has been ignored because the event detector was already
in the detected state when the event occurred.
This is an indication of the state of the event detector built into the synchronization line itself. It does
not indicate if an overrun occurred in any other part of the trigger model, or in any other construct that
is monitoring the event.
It also is not an indication of an output trigger overrun.
Example
overrun = lan.trigger[5].overrun
print(overrun)
Also see
lan.trigger[N].assert()
lan.trigger[N].clear()
lan.trigger[N].stimulus
lan.trigger[N].wait()

lan.trigger[N].protocol

This attribute sets the LAN protocol to use for sending trigger messages.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
protocol = lan.trigger[N].protocol
lan.trigger[N].protocol = protocol
protocol
N
Details
The LAN trigger listens for trigger messages on all supported protocols, but uses the designated
protocol for sending outgoing messages. After changing this setting, lan.trigger[N].connect()
must be called before outgoing event messages can be sent.
When the lan.MULTICAST protocol is selected, the lan.trigger[N].ipaddress attribute is
ignored and event messages are sent to the multicast address 224.0.23.159.
3700AS-901-01 Rev. D/June 2018
(on page 11-273)
(on page 11-273)
(on page 11-280)
(on page 11-282)
Affected by
Instrument reset
LAN trigger N reset
Recall setup
The protocol to use for messages from the trigger:
0 or lan.TCP
1 or lan.UDP
2 or lan.MULTICAST
The LAN event number (1 to 8)
Section 11: TSP command reference
Checks the overrun status of a trigger on LAN5 and
outputs the value, such as:
false
Where saved
Create configuration script
Save setup
Default value
0 (lan.TCP)
11-279

Advertisement

Table of Contents
loading

Table of Contents