Sepasoft MES Module Suite
getFormulaClassLink( name: String parentLink: MESObjectLink = None )
Return a link to the formula class 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 BatchFormulaClass object.
Returns
The MESObjectLink for the formula class.
Parameters
name: String The name of the formula class. Note, formula class 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