ladybug_comfort.collection.base module¶
Comfort data collection base object.
- class ladybug_comfort.collection.base.ComfortCollection[source]¶
Bases:
object
Base class for all thermal comfort collections.
- Properties:
comfort_model
calc_length
percent_neutral
percent_hot
percent_cold
- property calc_length¶
The number of values in the Data Collections of this object.
- property comfort_model¶
Return the name of the model to which the comfort datacollection belongs.
- property percent_cold¶
The percent of time that the thermal_condition is cold.
- property percent_hot¶
The percent of time that the thermal_condition is hot.
- property percent_neutral¶
The percent of time that the thermal_condition is neutral.