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

Method typeofDatainVariable

src/model/PythonPluginOutputVariable.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 std::string PythonPluginOutputVariable_Impl::typeofDatainVariable() const {
59 boost::optional<std::string> value = getString(OS_PythonPlugin_OutputVariableFields::TypeofDatainVariable, true);
60 OS_ASSERT(value);
61 return value.get();
62 }
63
64 std::string PythonPluginOutputVariable_Impl::updateFrequency() const {
65 boost::optional<std::string> value = getString(OS_PythonPlugin_OutputVariableFields::UpdateFrequency, true);

Callers 2

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64