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

Method setInitialValue

src/model/ExternalInterfaceVariable.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 bool ExternalInterfaceVariable_Impl::setInitialValue(double initialValue) {
53 bool result = setDouble(OS_ExternalInterface_VariableFields::InitialValue, initialValue);
54 OS_ASSERT(result);
55 return result;
56 }
57
58 bool ExternalInterfaceVariable_Impl::exportToBCVTB() const {
59 boost::optional<std::string> value = getString(OS_ExternalInterface_VariableFields::ExportToBCVTB, true);

Callers 8

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
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 8

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
TEST_FFunction · 0.36