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