[docs]classConsoleMode(SerializableEnum):"""Printing behaviour of the simulation during runtime"""INTERACTIVE=0"""Interactive refreshing of the shell information"""LINEAR=1"""Linear appending of the shell information"""SILENT=2"""No prints exept errors"""