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

Method latentCapacityTimeConstant

src/model/CoilCoolingDXSingleSpeed.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 }
325
326 double CoilCoolingDXSingleSpeed_Impl::latentCapacityTimeConstant() const {
327 boost::optional<double> value = getDouble(OS_Coil_Cooling_DX_SingleSpeedFields::LatentCapacityTimeConstant);
328 OS_ASSERT(value);
329 return value.get();
330 }
331
332 bool CoilCoolingDXSingleSpeed_Impl::setLatentCapacityTimeConstant(boost::optional<double> value) {
333 return setDouble(OS_Coil_Cooling_DX_SingleSpeedFields::LatentCapacityTimeConstant, value.get());

Calls 1

getMethod · 0.45

Tested by 6

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36