simInit.
.parseModulePartial(sim, modules, filename, defineModuleElement)
".parseModulePartial"(filename, defineModuleElement)
".parseModulePartial"(sim, modules, defineModuleElement)
.parseModule(sim, modules, userSuppliedObjNames = NULL)
".parseModule"(sim, modules, userSuppliedObjNames = NULL)simList simulation object.NULL, the default)
indicating the names of objects that user has passed
into simInit via objects or inputs.
If all module inputObject dependencies are provided by user,
then the .inputObjects code will be skipped..parseModulePartial extracts just the individual element
requested from the module. This can be useful if parsing the whole module
would cause an error.A simList simulation object.