Hi all, I am trying to construct a seasonal schedule based on analysis period that overwrites a base fixed interval schedule and am getting this error returned
The FixedInterval schedule is already a seasonal schedule given that it is defined by a list of 8760 values. If you want to change some of those 8760 values, then change them before you create the schedule.
Or, if you created the schedule as a weekly or constant schedule, then you can use the seasonal schedule component to apply that week or constant value for a date range.
Thanks Chris, that makes sense.
I was really just wanting to make a values list 8760 long with values included for a daily schedule within a time period to add as an “exception” to another schedule so I was using the fixed interval schedule to add the 0’s as place holders to maintain the list length. I figured out shortly after I posted here that I could just use the constant schedule for that purpose anyway.