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

Method scheduleFiles

src/model/ExternalFile.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 //}
170
171 std::vector<ScheduleFile> ExternalFile_Impl::scheduleFiles() const {
172 std::vector<ScheduleFile> result = getObject<ExternalFile>().getModelObjectSources<ScheduleFile>();
173 return result;
174 }
175
176 std::vector<PythonPluginInstance> ExternalFile_Impl::pythonPluginInstances() const {
177 std::vector<PythonPluginInstance> result = getObject<ExternalFile>().getModelObjectSources<PythonPluginInstance>();

Callers 2

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64