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

Method outletPort

src/model/ZoneHVACComponent.cpp:466–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 }
465
466 unsigned ZoneHVACComponent::outletPort() const {
467 return getImpl<detail::ZoneHVACComponent_Impl>()->outletPort();
468 }
469
470 boost::optional<ThermalZone> ZoneHVACComponent::thermalZone() const {
471 return getImpl<detail::ZoneHVACComponent_Impl>()->thermalZone();

Callers 5

cloneMethod · 0.45
removeReturnPlenumMethod · 0.45
addToThermalZoneMethod · 0.45
addToNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected