getFormulaLink(name, parentLink)

Sepasoft MES Module Suite

getFormulaLink(     name: String     parentLink: MESObjectLink = None )

Return a link to the formula specified by the name parameter. Links are lightweight and hold the key information of an MES Object and link.getMESObject() can be used to get the actual BatchFormula object.

Returns:

The MESObjectLink for the formula.

Parameters

name: String
The name of the formula. Note, formula names must be unique to the parent formula class.
parentLink - Optional: MESObjectLink
An optional link to a parent BatchFormulaClass object. If not provided, then it will assign the BatchRootFormula object as the parent.
Default: None




Sepasoft MES Module Suite