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

Method removeModule

src/model/CentralHeatPumpSystem.cpp:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 void CentralHeatPumpSystem_Impl::removeModule(const CentralHeatPumpSystemModule& centralHeatPumpSystemModule) {
203 auto modelObjectList = chillerHeaterModuleList();
204 if (modelObjectList) {
205 modelObjectList->removeModelObject(centralHeatPumpSystemModule);
206 }
207 }
208
209 void CentralHeatPumpSystem_Impl::removeAllModules() {
210 auto modelObjectList = chillerHeaterModuleList();

Callers 1

TEST_FFunction · 0.80

Calls 1

removeModelObjectMethod · 0.80

Tested by 1

TEST_FFunction · 0.64