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

Method customDay1Schedule

src/model/ScheduleWeek.cpp:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 boost::optional<ScheduleDay> ScheduleWeek_Impl::customDay1Schedule() const {
135 boost::optional<ScheduleDay> result;
136 OptionalWorkspaceObject schedule = getTarget(OS_Schedule_WeekFields::CustomDay1Schedule_DayName);
137 if (schedule) {
138 result = schedule->optionalCast<ScheduleDay>();
139 }
140 return result;
141 }
142
143 boost::optional<ScheduleDay> ScheduleWeek_Impl::customDay2Schedule() const {
144 boost::optional<ScheduleDay> result;

Callers 7

adjustScheduleFunction · 0.45
deepScheduleYearCloneFunction · 0.45
TEST_FFunction · 0.45
translateScheduleWeekMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36