Sepasoft MES Module Suite
system.mes.getSublotInfoByName(sublotName, includeCustomProperties)
Get sublot information including custom properties.
Syntax
system.mes.getSublotInfoByName(sublotName, includeCustomProperties)
- Parameters
String sublotName - The sublot name to return details for.
boolean includeCustomProperties - If true, include custom properties for the sublot.
- Returns
A dataset containing a row for each sublot. If custom properties are included, they will reside in a dataset embedded in a column of the sublot row.
- Scope
All
Code Snippet
Python |
#This Code Snippet will return a dataset containing information about the sublot lotInfo = system.mes.getSublotInfoByName('SN9823', True) |
Sepasoft MES Module Suite