system.mes.getLotTraceBySublotName

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
#This snippet is used to return the lot trace detailsĀ 
new = system.mes.getLotTraceBySublotName('SN9823', 100, True)

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
#This snippet is used to return the lot trace detailsĀ 
new = system.mes.getLotTraceBySublotName('SN9823', 100, True)

 

 

 

 

Sepasoft MES Module Suite