PyREx

pyrex.custom.irex.antenna.DipoleTester.trigger

DipoleTester.trigger(signal)

Check if the antenna triggers on a given signal.

This function defines the trigger condition for the antenna: Given a signal does the antenna trigger? It is expected to be overridden in subclasses, as for the base class it simply triggers on any signal.

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.

PyREx

A Python package for simulation of neutrinos and radio antennas in ice. Version 1.10.0

Navigation