topsim.core.monitor.Monitor

class topsim.core.monitor.Monitor(simulation, start_time)[source]

The Monitor actor for a TopSim simulation

Parameters:

simulation (topsim.core.Simulation) – The simulation object

Methods

__init__(simulation, start_time)

collate_actor_dataframes()

Take information on a per-timestep basis from each Actor and collate it for appending to total simulation data.

collate_events()

Update events attribute with this timestep's events

run()