pyrex.custom.arianna.antenna.LPDA.trigger¶
-
LPDA.
trigger
(signal)¶ Check if the antenna system triggers on a given signal.
Compares the maximum and minimum values to a noise signal. Triggers if both the maximum and minimum values exceed the noise mean +/- the noise standard deviation times the threshold within the set trigger window.
- Parameters
- signalSignal
Signal
object on which to test the trigger condition.
- Returns
- boolean
Whether or not the antenna triggers on
signal
.
See also
pyrex.Signal
Base class for time-domain signals.