system.mes.getLotTraceBySublotUUID

Sepasoft MES Module Suite

system.mes.getLotTraceBySublotUUID

These script functions are used to get lot trace details currently available at the specified sublot name.

Method Options

system.mes.getLotTraceBySublotUUID(sublotUUID)

Description

Get lot trace details for the specified sublot UUID.

Syntax

system.mes.getLotTraceBySublotUUID(sublotUUID)

 

  • Parameters

String sublotUUID - The UUID of the sublot to return trace information for.

  • Returns

A dataset containing the trace results.

  • Scope

All

Code
#This Code will return the dataset containing the trace results
getTrace = system.mes.getLotTraceBySublotUUID('1a62bcf0-e80d-4319-9efc-6f82409057f6', 100, True)

system.mes.getLotTraceBySublotUUID(sublotUUID, maxFanCount, detailedMode)

Description

Get lot trace details for the specified sublot UUID.

Syntax

system.mes.getLotTraceBySublotUUID(sublotUUIDmaxFanCount, detailedMode)

 

  • Parameters

String sublotUUID - The UUID of the sublot 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 Code will return the dataset containing the trace results
getTrace = system.mes.getLotTraceBySublotUUID('1a62bcf0-e80d-4319-9efc-6f82409057f6', 100, True)

 

 

 

Sepasoft MES Module Suite