Simulation Runner ================= The :class:`~mu_mimo.core.system.SimulationRunner` class provides the main interface for running simulations of multi-user MIMO downlink systems. It is called by the user scripts and orchestrates the entire simulation process. Documentation ------------- .. autoclass:: mu_mimo.core.system.SimulationRunner() :no-index: :members: :special-members: __init__ See Also -------- - :doc:`detailed_documentation/simulation_runner` - :doc:`mu_mimo_system` .. toctree:: :hidden: detailed_documentation/simulation_runner