trnslator.reportdata.ReportData.from_sqlite

classmethod ReportData.from_sqlite(sqlite_file, table_name='WaterSystems:EnergyTransfer', warmup_flag=0, environment_type=3)[source]

Reads an EnergyPlus eplusout.sql file and returns a ReportData which is a subclass of DataFrame.

Parameters
  • environment_type (str) – An enumeration of the environment type. (1 = Design Day, 2 = Design Run Period, 3 = Weather Run Period) See the various SizingPeriod objects and the RunPeriod object for details.

  • sqlite_file (str) –

Returns

The ReportData object.

Return type

(ReportData)