honeybee_energy_ph.properties.load.process module

Process Equipment PH-Properties

exception honeybee_energy_ph.properties.load.process.ProcessPhProperties_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.process.ProcessPhProperties(_host: ProcessProperties)[source]

Bases: object

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