entities.simulation_configuration

Configuration parameters for the simulation that are not included in the ESDL.

class omotes_simulator_core.entities.simulation_configuration.SimulationConfiguration(simulation_id: UUID, name: str, timestep: int, start: datetime, stop: datetime)

Bases: object

Class to store configuration parameters of the simulations.

name: str
simulation_id: UUID
start: datetime
stop: datetime
timestep: int