Sepasoft MES Module Suite
system.mes.batch.recipe.loadTemplateClass(name, parentLink)
Load the master recipe template class object for the provided name and parent.
loadTemplateClass(name, parentLink) → BatchMasterTemplateClass
Syntax
loadTemplate(name, parentLink)
- Parameters
String name - The name of the master recipe template class to load.
MESObjectLink parentLink - An optional link for a master recipe template class to find the specified name. If None is provided for this parameter, then it will assign the BatchRootMasterTemplate object as the parent.
- Returns
The matching target="_blank">BatchMasterTemplateClass object.
- Scope
All
Sepasoft MES Module Suite