=================== Time Offset Trigger =================== .. inheritance-diagram:: hermespy.simulation.simulated_device.TimeOffsetTrigger :parts: 1 The :class:`TimeOffsetTrigger` introduces an offset of a fixed time duration to the start of the :class:`SimulatedDrop`. It can be configured by assigning the same :class:`TimeOffsetTrigger` instance to the :attr:`trigger_model` property of multiple simulated devices: .. literalinclude:: ../scripts/examples/simulation_synchronization_TimeOffsetTrigger.py :language: python :lines: 10-18, 35-42 .. autoclass:: hermespy.simulation.simulated_device.TimeOffsetTrigger .. footbibliography::