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

Method shadingCalculationUpdateFrequency

src/model/ShadowCalculation.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 int ShadowCalculation_Impl::shadingCalculationUpdateFrequency() const {
85 boost::optional<int> value = getInt(OS_ShadowCalculationFields::ShadingCalculationUpdateFrequency, true);
86 OS_ASSERT(value);
87 return value.get();
88 }
89
90 bool ShadowCalculation_Impl::isShadingCalculationUpdateFrequencyDefaulted() const {
91 return isEmpty(OS_ShadowCalculationFields::ShadingCalculationUpdateFrequency);

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64