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

Method performanceObject

src/model/CoilCoolingDX.cpp:254–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253
254 CoilCoolingDXCurveFitPerformance CoilCoolingDX_Impl::performanceObject() const {
255 boost::optional<CoilCoolingDXCurveFitPerformance> value = optionalPerformanceObject();
256 if (!value) {
257 LOG_AND_THROW(briefDescription() << " does not have an Performance Object attached.");
258 }
259 return value.get();
260 }
261
262 // boost::optional<std::string> CoilCoolingDX_Impl::condensateCollectionWaterStorageTankName() const {
263 // return getString(OS_Coil_Cooling_DXFields::CondensateCollectionWaterStorageTankName,true);

Callers 5

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64