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

Method optionalInitialValue

src/model/ExternalInterfaceActuator.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 boost::optional<double> ExternalInterfaceActuator_Impl::optionalInitialValue() const {
71 return getDouble(OS_ExternalInterface_ActuatorFields::OptionalInitialValue, true);
72 }
73
74 bool ExternalInterfaceActuator_Impl::setActuatedComponentUnique(const ModelObject& modelObject) {
75 bool result = setPointer(OS_ExternalInterface_ActuatorFields::ActuatedComponentUniqueName, modelObject.handle());

Callers 2

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64