First time here? Check out the Help page!
1 | initial version |
I'm not exactly answering your question here, but the most common way of creating schedules in OpenStudio is to use the ScheduleRuleset
object. It is flexible, easy to use, and you can visually inspect the schedules in the OpenStudio application. You can also find lots of examples of using it. With the object, you create one or more ScheduleRule
s, where each rule contains a start/end date, what days of the week it applies to, and a value. (It will translate to a Schedule:Year, not a Schedule:Compact, in the IDF.)