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

Method setTargetObjectPort

src/model/Connection.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 bool Connection_Impl::setTargetObjectPort(unsigned port) {
84 return this->setUnsigned(openstudio::OS_ConnectionFields::InletPort, port);
85 }
86
87 } // namespace detail
88

Callers 2

removePortMethod · 0.80
connectMethod · 0.80

Calls 1

setUnsignedMethod · 0.45

Tested by

no test coverage detected