First time here? Check out the Help page!
1 | initial version |
First, while you can use a compact schedule, you may consider a ruleset schedule so you can inspect it after you make it, but you can also use compact or constant. Below is some information on the API methods for compact schedule.
This page shows you direct methods just for schedule compact https://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-1.7.0-doc/model/html/classopenstudio_1_1model_1_1_model.html
It looks like you already know how to look through the inheritance diagram to see objects that ScheduleCompact inherit from. If you want to see all the methods you can use on ScheduleComplact without having to drill your way down the tree click "List of all members" as shown on this screenshot.
Here is the resulting link https://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-1.7.0-doc/model/html/classopenstudio_1_1model_1_1_schedule_compact-members.html
2 | No.2 Revision |
First, while you can use a compact schedule, you may consider a ruleset schedule so you can inspect it in the GUI after you make it, but you can also use compact or constant. Below is some information on the API methods for compact schedule.
This page shows you direct methods just for schedule compact
https://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-1.7.0-doc/model/html/classopenstudio_1_1model_1_1_model.htmlhttps://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-1.7.0-doc/model/html/classopenstudio_1_1model_1_1_schedule_compact.html
It looks like you already know how to look through the inheritance diagram to see objects that ScheduleCompact inherit from. If you want to see all the methods you can use on ScheduleComplact without having to drill your way down the tree click "List of all members" as shown on this screenshot.
Here is the resulting link https://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-1.7.0-doc/model/html/classopenstudio_1_1model_1_1_schedule_compact-members.html