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

Method demandOutletNode

src/model/PlantLoop.cpp:501–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499 }
500
501 Node PlantLoop_Impl::demandOutletNode() const {
502 return connectedObject(demandOutletPort())->optionalCast<Node>().get();
503 }
504
505 bool PlantLoop_Impl::addSupplyBranchForComponent(HVACComponent component) {
506 Model _model = this->model();

Callers 1

cloneMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected