honeybee_energy_ph.properties.construction.windowshade module

Passive House properties for honeybee_energy.construction.window.WindowConstructionShade Objects

exception honeybee_energy_ph.properties.construction.windowshade.WindowConstructionShadePhProperties_FromDictError(_expected_types: Collection[str], _input_type: Dict[str, Any])[source]

Bases: Exception

with_traceback()

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

args
class honeybee_energy_ph.properties.construction.windowshade.WindowConstructionShadePhProperties(_host: Any)[source]

Bases: object

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