pytrnsys_process.api.SimulationsData#

class pytrnsys_process.api.SimulationsData(simulations: dict[str, pytrnsys_process.process.data_structures.Simulation] = <factory>, scalar: pandas.core.frame.DataFrame = <factory>, path_to_simulations: str = <factory>)[source]#
__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#
path_to_simulations: str#
__init__(simulations: dict[str, ~pytrnsys_process.process.data_structures.Simulation] = <factory>, scalar: ~pandas.core.frame.DataFrame = <factory>, path_to_simulations: str = <factory>) None#