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

Method setDayofWeekforStartDay

src/model/Model.cpp:1031–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029 }
1030
1031 bool Model_Impl::setDayofWeekforStartDay(const std::string& dayofWeekforStartDay) {
1032 if (!m_cachedYearDescription) {
1033 m_cachedYearDescription = this->model().getUniqueModelObject<YearDescription>();
1034 }
1035 OS_ASSERT(m_cachedYearDescription);
1036 return m_cachedYearDescription->setDayofWeekforStartDay(dayofWeekforStartDay);
1037 }
1038
1039 void Model_Impl::resetDayofWeekforStartDay() {
1040 if (!m_cachedYearDescription) {

Callers 4

TEST_FFunction · 0.45
translateRunPeriodMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 2

modelMethod · 0.95

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36