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

Method pythonPluginInstances

src/model/ExternalFile.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 std::vector<PythonPluginInstance> ExternalFile_Impl::pythonPluginInstances() const {
177 std::vector<PythonPluginInstance> result = getObject<ExternalFile>().getModelObjectSources<PythonPluginInstance>();
178 return result;
179 }
180
181 std::vector<ChillerElectricASHRAE205> ExternalFile_Impl::chillerElectricASHRAE205s() const {
182 std::vector<ChillerElectricASHRAE205> result = getObject<ExternalFile>().getModelObjectSources<ChillerElectricASHRAE205>();

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64