Sepasoft MES Module Suite
system.mes.getSublotInfoByUUID(sublotUUID, includeCustomProperties)
Get sublot information including custom properties.
Syntax
system.mes.getSublotInfoByUUID(sublotUUID, includeCustomProperties)
- Parameters
String sublotUUID - The UUID for the sublot 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 sublot = system.mes.getSublotInfoByUUID('896e25aa-671a-416d-bf5e-7fa377812a55', True) |
Sepasoft MES Module Suite