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

Method setSpeedControlMethod

src/model/FanSystemModel.cpp:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519 }
520
521 bool FanSystemModel_Impl::setSpeedControlMethod(const std::string& speedControlMethod) {
522 bool result = setString(OS_Fan_SystemModelFields::SpeedControlMethod, speedControlMethod);
523 return result;
524 }
525
526 bool FanSystemModel_Impl::setElectricPowerMinimumFlowRateFraction(double electricPowerMinimumFlowRateFraction) {
527 bool result = setDouble(OS_Fan_SystemModelFields::ElectricPowerMinimumFlowRateFraction, electricPowerMinimumFlowRateFraction);

Callers 4

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64