MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / defaultScheduleSet

Method defaultScheduleSet

src/model/BuildingStory.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 boost::optional<DefaultScheduleSet> BuildingStory_Impl::defaultScheduleSet() const {
132 return getObject<ModelObject>().getModelObjectTarget<DefaultScheduleSet>(OS_BuildingStoryFields::DefaultScheduleSetName);
133 }
134
135 boost::optional<Schedule> BuildingStory_Impl::getDefaultSchedule(const DefaultScheduleType& defaultScheduleType) const {
136 boost::optional<Schedule> result;

Callers 1

getDefaultScheduleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected