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

Method supplyMixer

src/model/PlantLoop.cpp:698–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696 }
697
698 Mixer PlantLoop_Impl::supplyMixer() const {
699 auto result = getObject<ModelObject>().getModelObjectTarget<Mixer>(OS_PlantLoopFields::SupplyMixerName);
700 if (result) {
701 return result.get();
702 }
703 return supplyComponents(IddObjectType::OS_Connector_Mixer).front().cast<Mixer>();
704 }
705
706 bool PlantLoop_Impl::setSupplyMixer(Mixer const& mixer) {
707 auto result = setPointer(OS_PlantLoopFields::SupplyMixerName, mixer.handle());

Callers 9

cloneMethod · 0.95
translateFluidSysMethod · 0.80
translateSDDMethod · 0.80
setControlNodesMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
translatePlantLoopMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64