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

Method defrostControl

src/model/CoilHeatingDXMultiSpeed.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 std::string CoilHeatingDXMultiSpeed_Impl::defrostControl() const {
134 boost::optional<std::string> value = getString(OS_Coil_Heating_DX_MultiSpeedFields::DefrostControl, true);
135 OS_ASSERT(value);
136 return value.get();
137 }
138
139 double CoilHeatingDXMultiSpeed_Impl::defrostTimePeriodFraction() const {
140 boost::optional<double> value = getDouble(OS_Coil_Heating_DX_MultiSpeedFields::DefrostTimePeriodFraction, true);

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36