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

Method coolingCoil

src/model/AirLoopHVACUnitarySystem.cpp:334–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 }
333
334 boost::optional<HVACComponent> AirLoopHVACUnitarySystem_Impl::coolingCoil() const {
335 return getObject<ModelObject>().getModelObjectTarget<HVACComponent>(OS_AirLoopHVAC_UnitarySystemFields::CoolingCoilName);
336 }
337
338 bool AirLoopHVACUnitarySystem_Impl::useDOASDXCoolingCoil() const {
339 boost::optional<std::string> value = getString(OS_AirLoopHVAC_UnitarySystemFields::UseDOASDXCoolingCoil, true);

Callers 3

cloneMethod · 0.95
childrenMethod · 0.95
removeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected