honeybee_doe2.properties.model module

Model DOE-2 Properties.

class honeybee_doe2.properties.model.ModelDoe2Properties(host)[source]

Bases: object

DOE-2 Properties for Honeybee Model.

Parameters:

host – A honeybee_core Model object that hosts these properties.

Properties:
  • host

ToString()[source]
apply_properties_from_dict(data)[source]

Apply the energy properties of a dictionary to the host Model of this object.

Parameters:

data – A dictionary representation of an entire honeybee-core Model. Note that this dictionary must have ModelEnergyProperties in order for this method to successfully apply the energy properties.

to_dict()[source]

Return Model DOE-2 properties as a dictionary.

property host

Get the Model object hosting these properties.