Sepasoft MES Module Suite
Description
Returns the list of production item corresponding to given recipe name and filter.
Syntax
system.recipe.getProductionItemList(recipeName, itemPathFilter)
- Parameters
String recipeName - The recipe name.
String itemPathFilter - The path to filter the results.
- Returns
A list of RecipeProductionItemInfo objects (See Machine Recipe Production Item Info object in the MES documentation).
- Scope
All
Code Examples
Code Snippet
Code |
|
Output
Code |
|
Sepasoft MES Module Suite