API Reference schedules

schedules

Utility functions for converting Honeybee schedules into WUFI schedules.

Source: honeybee_ph_utils/schedules.py


SchedItem

A single period in a WUFI-style four-part ventilation schedule.

Attributes

AttributeTypeDescription
period_speedFan speed fraction for this period (0.0-1.0).
period_operating_hoursHours per day at this speed.

FourPartSched

A WUFI-style four-part ventilation schedule (high / standard / basic / minimum).

Attributes

AttributeTypeDescription
highHigh-speed period.
standardStandard-speed period.
basicBasic-speed period.
minimumMinimum-speed period.