Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

Schedule:Constant in OpenStudio - create, inspect?

asked 2015-09-17 03:46:33 -0500

Can you create Schedule:Constant objects in OS app?

Is there anywhere you can inspect the value of a Schedule:Constant in OpenStudio?

If using a measure, is it a good idea to use Schedule:Constant rather than a Ruleset if people can't see it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-09-17 09:52:11 -0500

No, there is nowhere in the OS app to create or inspect a Schedule:Constant. I typically avoid using them in Measures since people can't look at them to double-check their work.

edit flag offensive delete link more

Comments

This constructor for ScheduleRuleset is just as easy to use as ScheduleConstant, the resulting schedule can be inspected and edited:

/** Constructs a new ScheduleRuleset, constructs a new ScheduleDay with value at all times and assigns it to be the defaultDaySchedule(). */
ScheduleRuleset(const Model& model, double value);

https://github.com/NREL/OpenStudio/bl...

macumber's avatar macumber  ( 2015-09-17 10:22:48 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2015-09-17 03:46:33 -0500

Seen: 128 times

Last updated: Sep 17 '15