passengersim.
summaries¶
This subpackage is for defining the SimulationTables class and its items.
The SimulationTables class is a container for summary tables and figures that are extracted from a Simulation object after it has been run.
Each item in the SimulationTables class is defined by a SimulationTableItem instance, which specifies how to extract and aggregate the summary data. Each of these is defined in a separate module in this subpackage. Within each module, the SimulationTableItem instance is created using the .generic.SimulationTable_add_item() function.
Modules
Classes
|
Container for summary tables and figures extracted from a Simulation. |