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

Method strategy

src/model/SetpointManagerColdest.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 std::string SetpointManagerColdest_Impl::strategy() const {
63 boost::optional<std::string> value = getString(OS_SetpointManager_ColdestFields::Strategy, true);
64 OS_ASSERT(value);
65 return value.get();
66 }
67
68 boost::optional<Node> SetpointManagerColdest_Impl::setpointNode() const {
69 return getObject<ModelObject>().getModelObjectTarget<Node>(OS_SetpointManager_ColdestFields::SetpointNodeorNodeListName);

Callers 6

translateAirLoopHVACMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36