pytrnsys_process.process.data_structures.SimulationsData#
- class pytrnsys_process.process.data_structures.SimulationsData(simulations: dict[str, ~pytrnsys_process.process.data_structures.Simulation] = <factory>, scalar: ~pandas.core.frame.DataFrame = <factory>, path_to_simulations: str = <factory>)[source]#
Class representing a result set
Used to do comparisons plots across different simulations
- simulations#
Can be accessed using the simulations names as keys. Example:
simulations['sim_001']- Type:
dict of {str, Simulation}
- scalar#
Contains all deck constant deck values from all simulations. This is also the place to store your calculations for plotting.
- Type:
- __init__(simulations: dict[str, ~pytrnsys_process.process.data_structures.Simulation] = <factory>, scalar: ~pandas.core.frame.DataFrame = <factory>, path_to_simulations: str = <factory>) None#
Methods
__init__([simulations, scalar, ...])Attributes
- simulations: dict[str, Simulation]#
- scalar: DataFrame#