Sepasoft MES Module Suite
system.mes.batch.recipe.getRecipeEBR(masterRecipeLink, includeSystemParameters)
Retrieve the details of a master batch recipe. The recipe must have previously been validated.
Use the system utility jsonEncode to convert the python dictionary to a JSON format. See Electronic Batch Record for steps.
getRecipeEBR(masterRecipeLink, includeSystemParameters) → Python dictionary
Syntax
getRecipeEBR(masterRecipeLink, includeSystemParameters)
- Parameters
int masterRecipeLink - A required link of the master recipe to return details for.
boolean includeSystemParameters - Optional. Whether built-in system parameters should be included in the parameters list. Defaults to True if not specified.
- Returns
A Python dictionary containing the details of the master batch recipe.
- Scope
All
Sepasoft MES Module Suite