how to rename the schedule name by measure?
(1)I generated a new schedule by measure script, by: myschedule=OpenStudio::Model::ScheduleRuleset.new(model,stuckpercentage); (2)Then i assigned the schedule "myschedule" to my Outdoor Air Damper, by: controlleroa.setMinimumFractionofOutdoorAirSchedule(myschedule); (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 "myschedule"? I checked the source code of OpenStudio, there are no methods like: ResetScheduleName().
A snapshot from OpenStudio Measure is shown below: