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

Method pythonPluginTrendVariables

src/model/PythonPluginVariable.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 std::vector<PythonPluginTrendVariable> PythonPluginVariable_Impl::pythonPluginTrendVariables() const {
51 return getObject<ModelObject>().getModelObjectSources<PythonPluginTrendVariable>(PythonPluginTrendVariable::iddObjectType());
52 }
53
54 std::vector<PythonPluginOutputVariable> PythonPluginVariable_Impl::pythonPluginOutputVariables() const {
55 return getObject<ModelObject>().getModelObjectSources<PythonPluginOutputVariable>(PythonPluginOutputVariable::iddObjectType());

Callers 1

TEST_FFunction · 0.80

Calls 1

iddObjectTypeFunction · 0.70

Tested by 1

TEST_FFunction · 0.64