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

Method minimumSetpointTemperature

src/model/SetpointManagerColdest.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 double SetpointManagerColdest_Impl::minimumSetpointTemperature() const {
51 boost::optional<double> value = getDouble(OS_SetpointManager_ColdestFields::MinimumSetpointTemperature, true);
52 OS_ASSERT(value);
53 return value.get();
54 }
55
56 double SetpointManagerColdest_Impl::maximumSetpointTemperature() const {
57 boost::optional<double> value = getDouble(OS_SetpointManager_ColdestFields::MaximumSetpointTemperature, true);

Callers 15

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 7

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