Sepasoft MES Module Suite
system.mes.batch.recipe.loadTemplate(name, parentLink)
Load the master recipe logic objects for the template for the specified template. The master recipe template that is loaded can be specified by the link for it or by the name and parent.
loadTemplate(name, parentLink) → MESObjectList
Syntax
loadTemplate(name, parentLink)
- Parameters
String name - The name of the master recipe template to load.
MESObjectLink parentLink - A optional link to a parent BatchMasterTemplateClass object. If None is provided for this parameter, then it will assign the BatchRootMasterTemplate object as the parent.
- Returns
A list containing all BatchMasterLogic objects for the template.
- Scope
All
Sepasoft MES Module Suite