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

Revision history [back]

how to rename the schedule name by measure?

(1)I generated a new schedule by measure script, by: my_schedule=OpenStudio::Model::ScheduleRuleset.new(model,stuck_percentage); (2)Then i assigned the schedule "my_schedule" to my Outdoor Air Damper, by: controller_oa.setMinimumFractionofOutdoorAirSchedule(my_schedule); (3)Finally, after i applied the measure to OpenStudio test, the schedule name shown is: "Schedule Ruleset 1" from the schedule list. But i checked the values of "Schedule Ruleset 1" is what i gave during implementing the measure. So, how to rename the "Schedule Ruleset 1" to "my_schedule"? I checked the source code of OpenStudio, there are no methods like: ResetScheduleName().

A snapshot from OpenStudio Measure is shown below:

image description

how to rename the schedule name by measure?

(1)I generated a new schedule by measure script, by: my_schedule=OpenStudio::Model::ScheduleRuleset.new(model,stuck_percentage); (2)Then i assigned the schedule "my_schedule" to my Outdoor Air Damper, by: controller_oa.setMinimumFractionofOutdoorAirSchedule(my_schedule); (3)Finally, after i applied the measure to OpenStudio test, the schedule name shown is: "Schedule Ruleset 1" from the schedule list. But i checked the values of "Schedule Ruleset 1" is what i gave during implementing the measure. So, how to rename the "Schedule Ruleset 1" to "my_schedule"? I checked the source code of OpenStudio, there are no methods like: ResetScheduleName().

A snapshot from OpenStudio Measure is shown below:

image description

how to rename the schedule name by measure?

(1)I generated a new schedule by measure script, by: my_schedule=OpenStudio::Model::ScheduleRuleset.new(model,stuck_percentage); (2)Then i assigned the schedule "my_schedule" to my Outdoor Air Damper, by: controller_oa.setMinimumFractionofOutdoorAirSchedule(my_schedule); (3)Finally, after i applied the measure to OpenStudio test, the schedule name shown is: "Schedule Ruleset 1" from the schedule list. But i checked the values of "Schedule Ruleset 1" is what i gave during implementing the measure. So, how to rename the "Schedule Ruleset 1" to "my_schedule"? I checked the source code of OpenStudio, there are no methods like: ResetScheduleName().

A snapshot from OpenStudio Measure is shown below:

image description

how to rename the schedule name by measure?

(1)I generated a new schedule by measure script, by: my_schedule=OpenStudio::Model::ScheduleRuleset.new(model,stuck_percentage); (2)Then i assigned the schedule "my_schedule" to my Outdoor Air Damper, by: controller_oa.setMinimumFractionofOutdoorAirSchedule(my_schedule); (3)Finally, after i applied the measure to OpenStudio test, the schedule name shown is: "Schedule Ruleset 1" from the schedule list. But i checked the values of "Schedule Ruleset 1" is what i gave during implementing the measure. So, how to rename the "Schedule Ruleset 1" to "my_schedule"? I checked the source code of OpenStudio, there are no methods like: ResetScheduleName().

A snapshot from OpenStudio Measure is shown below:

image description