============== Static Trigger ============== .. inheritance-diagram:: hermespy.simulation.simulated_device.StaticTrigger :parts: 1 The :class:`StaticTrigger` will synchronize all controlled simulated devices to be triggered exactly at the start of the :class:`SimulatedDrop`. It can be configured by assigning the same :class:`StaticTrigger` instance to the :attr:`trigger_model` property of multiple simulated devices: .. literalinclude:: ../scripts/examples/simulation_synchronization_StaticTrigger.py :language: python :lines: 10-18, 35-42 .. autoclass:: hermespy.simulation.simulated_device.StaticTrigger .. footbibliography::