Section 8: TSP command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
8-274
DMM7510-901-01 Rev. B / May 2015
trigger.lanin[N].clear()
This function clears the event detector for a LAN trigger.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
trigger.lanin[
N
].clear()
N
The LAN event number (1 to 8) to clear
Details
The trigger event detector enters the detected state when an event is detected. This function clears a
trigger event detector and discards the previous of the trigger packet.
This function clears all overruns associated with this LAN trigger.
Example
trigger.lanin[5].clear()
Clears the event detector with LAN event trigger 5.
Also see
(on page 8-275)
trigger.lanin[N].edge
This attribute sets the trigger operation and detection mode of the specified LAN event.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Configuration script
trigger.EDGE_EITHER
Usage
edgeMode
= trigger.lanin[
N
].edge
trigger.lanin[
N
].edge =
edgeMode
edgeMode
The trigger mode; see the
Details
for more information
N
The LAN event number (1 to 8)
Details
This command controls how the trigger event detector and the output trigger generator operate on the
given trigger. These settings are intended to provide behavior similar to the digital I/O triggers.
LAN trigger mode values
Mode
Trigger packets detected as input
LAN trigger packet generated
for output with a…
trigger.EDGE_EITHER
Rising or falling edge (positive or
negative state)
negative state
trigger.EDGE_FALLING
Falling edge (negative state)
negative state
trigger.EDGE_RISING
Rising edge (positive state)
positive state