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

Method removeSecondarySystemLoad

src/model/RefrigerationSystem.cpp:538–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 }
537
538 void RefrigerationSystem_Impl::removeSecondarySystemLoad(const RefrigerationSecondarySystem& refrigerationSecondarySystem) {
539 boost::optional<ModelObjectList> modelObjectList = refrigerationTransferLoadList();
540 removeTemplate<RefrigerationSecondarySystem>(refrigerationSecondarySystem, modelObjectList);
541 }
542
543 void RefrigerationSystem_Impl::removeAllSecondarySystemLoads() {
544 boost::optional<ModelObjectList> modelObjectList = refrigerationTransferLoadList();

Callers 3

removeFromSystemMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64