trnslator.reportdata.ReportData.heating_load¶
-
ReportData.heating_load(normalize=False, sort=False, ascending=False, concurrent_sort=False)[source]¶ Returns the aggragated ‘Heating:Electricity’, ‘Heating:Gas’ and ‘Heating:DistrictHeating’ of each archetype
- Parameters
normalize (bool) – if True, returns a normalize Series. Normalization is done with respect to each Archetype
sort (bool) – if True, sorts the values. Usefull when a load duration curve is needed.
ascending (bool) – if True, sorts value in ascending order. If a Load Duration Curve is needed, use ascending=False.
- Returns
- the Value series of the Heating Load with a Archetype,
TimeIndex as MultiIndex.
- Return type
EnergySeries