honeybee_energy_ph.properties.load.lighting module

Properties for Honeybee-Energy-PH | Load | Lighting

exception honeybee_energy_ph.properties.load.lighting.LightingPhProperties_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.lighting.LightingPhProperties(_host)[source]

Bases: object

Ph Properties for Honeybee-Energy Lighting

ToString()[source]
duplicate(new_host: Any | None = None) LightingPhProperties[source]
classmethod from_dict(_input_dict: dict, host: Any) LightingPhProperties[source]
to_dict(abridged: bool = False) dict[str, dict][source]
property host
property ph_equipment: PhEquipment | None