Advanced
======================

This section contains advanced tutorials that cover more of the hybrid simulation capabilities of the System Simulation framework.

This includes event chains, where events trigger other events in a chain reaction, and strong simultaneity, where multiple events occur at the same time and require careful handling to ensure correct simulation results.

Further we will introduce a concept of internal event reporting, where components can report events internally for more efficient system handling by the master algorithm.

.. toctree::
   :maxdepth: 1
   :numbered:

   01_hybrid_event_chain
   02_hybrid_strong_simultaneity
   03_hybrid_internal_reporting
