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

Method defrostStrategy

src/model/CoilHeatingDXMultiSpeed.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 std::string CoilHeatingDXMultiSpeed_Impl::defrostStrategy() const {
128 boost::optional<std::string> value = getString(OS_Coil_Heating_DX_MultiSpeedFields::DefrostStrategy, true);
129 OS_ASSERT(value);
130 return value.get();
131 }
132
133 std::string CoilHeatingDXMultiSpeed_Impl::defrostControl() const {
134 boost::optional<std::string> value = getString(OS_Coil_Heating_DX_MultiSpeedFields::DefrostControl, true);

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36