Trigger.lanin[N].Wait() - Keithley 2461 Reference Manual

1kw pulse mode interactive sourcemeter instrument
Table of Contents

Advertisement

Section 8: TSP command reference
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 = trigger.lanin[5].overrun
print(overrun)
Also see
trigger.lanin[N].clear()

trigger.lanin[N].wait()

trigger.lanout[N].assert()
trigger.lanout[N].stimulus
trigger.lanin[N].wait()
This function waits for an input trigger.
Type
TSP-Link accessible
Function
Yes
Usage
triggered = trigger.lanin[N].wait(timeout)
triggered
N
timeout
Details
If one or more trigger events have been detected since the last time trigger.lanin[N].wait()
or trigger.lanin[N].clear() was called, this function returns immediately.
After waiting for a LAN trigger event with this function, the event detector is automatically reset and
rearmed regardless of the number of events detected.
Example
triggered = trigger.lanin[5].wait(3)
Also see
trigger.lanin[N].clear()
trigger.lanin[N].overrun
trigger.lanout[N].assert()
trigger.lanout[N].stimulus
8-250
Model 2461 Interactive SourceMeter® Instrument Reference Manual
(on page 8-248)
(on page 8-250)
(on page 8-251)
(on page 8-256)
Affected by
Trigger detection indication (true or false)
The trigger packet over LAN to wait for (1 to 8)
Maximum amount of time in seconds to wait for the trigger event
(on page 8-248)
(on page 8-249)
(on page 8-251)
(on page 8-256)
Checks the overrun status of a trigger on LAN5 and
outputs the value, such as:
false
Where saved
Wait for a trigger event with LAN trigger 5 with a
timeout of 3 s.
Default value
2461-901-01 A/November 2015

Advertisement

Table of Contents
loading

Table of Contents