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

Method setCompressorList

src/model/RefrigerationSystem.cpp:642–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640 }
641
642 bool RefrigerationSystem_Impl::setCompressorList(const ModelObjectList& modelObjectList) {
643 bool result = setPointer(OS_Refrigeration_SystemFields::CompressorListName, modelObjectList.handle());
644 return result;
645 }
646
647 bool RefrigerationSystem_Impl::setMinimumCondensingTemperature(double minimumCondensingTemperature) {
648 bool result = setDouble(OS_Refrigeration_SystemFields::MinimumCondensingTemperature, minimumCondensingTemperature);

Callers 2

cloneMethod · 0.80
RefrigerationSystemMethod · 0.80

Calls 1

handleMethod · 0.45

Tested by

no test coverage detected