watts.ResultsALEAF#

class watts.ResultsALEAF(params, exec_info, inputs, outputs)[source]#

ALEAF simulation results.

Parameters:
  • params (Parameters) – Parameters used for the simulation.

  • exec_info (ExecInfo) – Execution information.

  • inputs (List[Union[str, bytes, PathLike]]) – List of input files used for the simulation.

  • outputs (List[Union[str, bytes, PathLike]]) – List of output files generated by the simulation.

csv_data#

DataFrame containing the results from the ALEAF simulation.

Methods