system.mes.deriveOperation

Sepasoft MES Module Suite

system.mes.deriveOperation

Create a new MESOperationsDefinition from the specified operations definition. This also derives all dependent MESOperationsSegment objects.

Syntax

system.mes.deriveOperation(operationsDefinition)

  • Parameters

MESOperationsDefinition  operationsDefinition - The operations definition to base the derived operations definition.

  • Returns

A list containing the original operationsDefinition, the newly derived OperationsDefinition and all dependent Operations Segment objects. The list is returned as a MES Object List object that is a collection holding MES objects.

  • Scope

All

Python
#Create an instance of the given operations definition object
operationsDefinition = system.mes.loadMESObject('Receive Turkey', 'OperationsDefinition')
system.mes.deriveOperation(operationsDefinition)

Sepasoft MES Module Suite