API Reference io_cooling_units

io_cooling_units

Controller Class for the PHPP “Cooling Units” worksheet.

Source: PHX/io_cooling_units.py


CoolingUnitData

Convenience class for organizing and cleaning the data.

Properties

PropertyTypeDescription
device_type_name

Methods

classmethod from_PHPP_data(_data, _seer_unit)

Clean up the data coming in from PHPP

ArgTypeDescription
_data
_seer_unit

SupplyAir

Reads supply-air cooling unit data from the PHPP ‘Cooling Units’ worksheet.

Attributes

AttributeTypeDescription
xl
shape

Methods

get_phpp_data()


RecirculationAir

Reads recirculation-air cooling unit data from the PHPP ‘Cooling Units’ worksheet.

Attributes

AttributeTypeDescription
xl
shape

Methods

get_phpp_data()


Dehumidification

Reads dehumidification cooling unit data from the PHPP ‘Cooling Units’ worksheet.

Attributes

AttributeTypeDescription
xl
shape

Methods

get_phpp_data()


Panel

Reads panel cooling unit data from the PHPP ‘Cooling Units’ worksheet.

Attributes

AttributeTypeDescription
xl
shape

Methods

get_phpp_data()


CoolingUnits

IO Controller for the PHPP Cooling Units worksheet.

Attributes

AttributeTypeDescription
xl
shape
supply_airSupplyAir
recirculation_airRecirculationAir
dehumidificationDehumidification
panelPanel

Methods

get_cooling_system_data()