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

Method dayType

src/model/DesignDay.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 std::string DesignDay_Impl::dayType() const {
155 boost::optional<std::string> value = getString(OS_SizingPeriod_DesignDayFields::DayType, true);
156 OS_ASSERT(value);
157 return value.get();
158 }
159
160 bool DesignDay_Impl::isDayTypeDefaulted() const {
161 return isEmpty(OS_SizingPeriod_DesignDayFields::DayType);

Callers 3

TEST_FFunction · 0.80
translateDesignDayMethod · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64