Winter design day bug in HB seasonal schedule

Hello everyone,

When I use the component “HB seasonal schedule”, I found that the winter design day input has the same arguments as summer design day. And once I input the schedule for winter design day, it will be seen as summer design day. I don’t know if I set anything wrong.

Hi @threegreen those are just the docstrings they wont affect anything functionality wise as its not functional code its just a typo in the docstring describing the inputs.

"""
In python any words enclosed by triple quotes 
are just annotations and documentation
"""

I hope that helps explain what is going on
-trevor

Thanks a lot @TrevorFedyna. I have one more question. The schedule input of summer or winter design day seems not to affect the final schedule output of “HB seasonal schedule”. It is made up by base and seasonal schedules. I don’t know which part the summer design day affects.

Energyplus/Openstudio use design days to size the heating/cooling system before the ‘actual’ simulation runs.
I hope that answers your questions
best
-trevor