honeybee_energy.schedule package¶
Submodules¶
- honeybee_energy.schedule.day module
ScheduleDay
ToString()
add_value()
average_schedules()
data_collection()
duplicate()
from_dict()
from_idf()
from_values_at_timestep()
lock()
remove_value()
remove_value_by_time()
replace_value()
replace_value_by_time()
shift_by_step()
to_dict()
to_idf()
unlock()
values_at_timestep()
VALIDTIMESTEPS
display_name
identifier
interpolate
is_constant
times
values
- honeybee_energy.schedule.dictutil module
- honeybee_energy.schedule.fixedinterval module
ScheduleFixedInterval
ToString()
average_schedules()
data_collection_at_timestep()
duplicate()
extract_all_from_idf_file()
from_dict()
from_dict_abridged()
from_idf()
lock()
shift_by_step()
to_dict()
to_idf()
to_idf_collective_csv()
to_idf_compact()
unlock()
values_at_timestep()
VALIDTIMESTEPS
data_collection
display_name
end_date_time
identifier
interpolate
is_constant
is_leap_year
placeholder_value
properties
schedule_type_limit
start_date
timestep
user_data
values
- honeybee_energy.schedule.rule module
ScheduleRule
ToString()
apply_day_by_dow()
apply_day_by_name()
does_rule_apply()
does_rule_apply_doy()
does_rule_apply_doy_leap_year()
does_rule_apply_leap_year()
duplicate()
extract_all_from_schedule_week()
from_days_applied()
from_dict()
from_dict_abridged()
lock()
to_dict()
unlock()
apply_all
apply_friday
apply_monday
apply_saturday
apply_sunday
apply_thursday
apply_tuesday
apply_wednesday
apply_weekday
apply_weekend
days_applied
end_date
is_reversed
schedule_day
start_date
week_apply_tuple
- honeybee_energy.schedule.ruleset module
ScheduleRuleset
ToString()
add_rule()
average_schedules()
data_collection()
duplicate()
extract_all_from_idf_file()
from_constant_value()
from_daily_values()
from_dict()
from_dict_abridged()
from_idf()
from_idf_constant()
from_week_daily_values()
from_week_day_schedules()
lock()
remove_rule()
reorder_rule()
shift_by_step()
to_dict()
to_idf()
to_rules()
unlock()
values()
day_schedules
default_day_schedule
display_name
holiday_schedule
identifier
is_constant
is_single_week
properties
schedule_rules
schedule_type_limit
summer_designday_schedule
typical_day_schedules
user_data
winter_designday_schedule
- honeybee_energy.schedule.typelimit module
Module contents¶
honeybee-energy schedules.