honeybee_energy_ph.properties.load.equipment module

Electric Equipment

exception honeybee_energy_ph.properties.load.equipment.ElectricEquipmentPhProperties_FromDictError(_expected_types, _input_type)[source]

Bases: Exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args
class honeybee_energy_ph.properties.load.equipment.ElectricEquipmentPhProperties(_host)[source]

Bases: object

ToString()[source]
apply_properties_from_dict(abridged_data)[source]
duplicate(new_host: Any = None) ElectricEquipmentPhProperties[source]
classmethod from_dict(_input_dict: dict, _host: Any) ElectricEquipmentPhProperties[source]
to_dict(abridged: bool = False) dict[source]
property host