system.mes.batch.recipe.getRootRecipeLink()

Sepasoft MES Module Suite

system.mes.batch.recipe.getRootRecipeLink()

Returns the link for the root recipe object that holds all master recipe classes and master recipes.

getRootRecipeLink() → MESObjectLink

Syntax

getRootRecipeLink()

  • Parameters

No Parameters

  • Returns

The MESObjectLink object that represents the root recipe. Links are lightweight and hold the key information of an MES Object and link.getMESObject() can be used to get the actual BatchRootMasterRecipe object.

  • Scope

All

Script Example

Python
rr = system.mes.batch.recipe.getRootRecipeLink()
print rr

Output

Python
>>> 
Master Recipes
>>>

Sepasoft MES Module Suite