Sepasoft MES Module Suite
system.mes.getLotTraceBySublotName
These script functions are used to get lot trace details currently available at the specified sublot name.
system.mes.getLotTraceBySublotName(sublotName)
Description
Get lot trace details for the specified sublot Name.
Syntax
system.mes.getLotTraceBySublotName(sublotName)
- Parameters
String sublotName - The sublot name to return trace information for.
- Returns
A dataset containing the trace results.
- Scope
All
Code |
|
system.mes.getLotTraceBySublotName(sublotName, maxFanCount, detailedMode)
Description
Get lot trace details for the specified sublot Name.
Syntax
system.mes.getLotTraceBySublotName(sublotName, maxFanCount, detailedMode)
- Parameters
String sublotName - The sublot name to return trace information for.
Integer maxFanCount - The maximum number of lots to fan out to before returning an error. Compiling huge amounts of trace data requires system resources and typically is not useful to the end user. This setting is a safety to prevent inadvertently requesting huge amounts of trace data.
Boolean detailedMode - If true, more details are returned in the trace results.
- Returns
A dataset containing the trace results.
- Scope
All
Code |
|
Sepasoft MES Module Suite