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

Method removeHighStageCompressor

src/model/RefrigerationSystem.cpp:517–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 }
516
517 void RefrigerationSystem_Impl::removeHighStageCompressor(const RefrigerationCompressor& refrigerationHighStageCompressor) {
518 boost::optional<ModelObjectList> modelObjectList = highStageCompressorList();
519 removeTemplate<RefrigerationCompressor>(refrigerationHighStageCompressor, modelObjectList);
520 }
521
522 void RefrigerationSystem_Impl::removeAllHighStageCompressors() {
523 boost::optional<ModelObjectList> modelObjectList = highStageCompressorList();

Callers 2

removeFromSystemMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64