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

Method modelType

src/model/CoolingTowerVariableSpeed.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 boost::optional<std::string> CoolingTowerVariableSpeed_Impl::modelType() const {
134 return getString(OS_CoolingTower_VariableSpeedFields::ModelType, true);
135 }
136
137 boost::optional<ModelObject> CoolingTowerVariableSpeed_Impl::modelCoefficient() const {
138 return getObject<ModelObject>().getModelObjectTarget<ModelObject>(OS_CoolingTower_VariableSpeedFields::ModelCoefficient);

Callers 2

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64