Sepasoft MES Module Suite
system.mes.batch.recipe.getTemplateLink(name, parentLink)
Return a link to the master recipe template specified by the name parameter. Links are lightweight and hold the key information of an MES Object and link.getMESObject() can be used to get the actual BatchMasterLogic object.
getTemplateLink(name, parentLink) → MESObjectLink
Syntax
getTemplateLink(name, parentLink)
- Parameters
String name - The name of the master recipe template. Note, master recipe template names must be unique to the parent master recipe template class.
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
The MESObjectLink for the master recipe template.
- Scope
All
Sepasoft MES Module Suite