system.mes.phase.batch.getGeneralChartPhaseLinks()

Sepasoft MES Module Suite

system.mes.batch.phase.getGeneralChartPhaseLinks()

Return a list of links that represent batch phase objects that are valid for all logic types. For information about logic types, see Batch Recipes.

getGeneralChartPhaseLinks() → List

Syntax

getGeneralChartPhaseLinks()

  • Parameters

      No Parameters

  • Returns

A list of MESObjectLink objects. Links are lightweight and hold the key information of an MES Object and link.getMESObject() can be used to get the actual object.

  • Scope

All

Example Code

Code
logicList = system.mes.batch.phase.getGeneralChartPhaseLinks()
print logicList

Code
>>> 
[And Begin, And End, Or Begin, Or End, Start, Terminator, Transition]
>>> 

Sepasoft MES Module Suite