First time here? Check out the Help page!
1 | initial version |
I would calculate the total value for each of the day schedules, then use this method
https://github.com/NREL/OpenStudio/blob/develop/openstudiocore/src/model/ScheduleRuleset.hpp
to figure out which day schedule is active throughout the year. Then you can just add up all the values for the active day schedules.