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

Method setControlType

src/model/HeatPumpAirToWater.cpp:415–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 }
414
415 bool HeatPumpAirToWater_Impl::setControlType(const std::string& controlType) {
416 const bool result = setString(OS_HeatPump_AirToWaterFields::ControlType, controlType);
417 return result;
418 }
419
420 bool HeatPumpAirToWater_Impl::setCrankcaseHeaterCapacity(double crankcaseHeaterCapacity) {
421 const bool result = setDouble(OS_HeatPump_AirToWaterFields::CrankcaseHeaterCapacity, crankcaseHeaterCapacity);

Callers 15

translateAirSystemMethod · 0.45
translateCoilHeatingMethod · 0.45
translateCoilCoolingMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 10

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
makeAWHPFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36