pyrex.custom.arianna.antenna.ARIANNAAntennaSystem.trigger¶
-
ARIANNAAntennaSystem.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
Signalobject on which to test the trigger condition.
- Returns
- boolean
Whether or not the antenna triggers on
signal.
See also
pyrex.SignalBase class for time-domain signals.
