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