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

Method resetRotationalSpeed

src/model/PumpConstantSpeed.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 }
306
307 void PumpConstantSpeed_Impl::resetRotationalSpeed() {
308 bool result = setString(OS_Pump_ConstantSpeedFields::RotationalSpeed, "");
309 OS_ASSERT(result);
310 }
311
312 bool PumpConstantSpeed_Impl::setZone(const boost::optional<ThermalZone>& thermalZone) {
313 bool result(false);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64