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

Method winterDesignDaySchedule

src/model/ScheduleWeek.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 boost::optional<ScheduleDay> ScheduleWeek_Impl::winterDesignDaySchedule() const {
126 boost::optional<ScheduleDay> result;
127 OptionalWorkspaceObject schedule = getTarget(OS_Schedule_WeekFields::WinterDesignDaySchedule_DayName);
128 if (schedule) {
129 result = schedule->optionalCast<ScheduleDay>();
130 }
131 return result;
132 }
133
134 boost::optional<ScheduleDay> ScheduleWeek_Impl::customDay1Schedule() const {
135 boost::optional<ScheduleDay> result;

Callers 9

adjustScheduleFunction · 0.45
deepScheduleYearCloneFunction · 0.45
makeScheduleFunction · 0.45
TEST_FFunction · 0.45
translateScheduleWeekMethod · 0.45
TEST_FFunction · 0.45
translateThermalZoneMethod · 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