Sepasoft MES Module Suite
loadFormula( name: String parentLink: MESObjectLink = None mesObjectLink: MESObjectLink )
Method on Ignition.mes.batch.formula
Load a formula by specifying the name and parent, or by using a formula MESObjectLink as the only argument.
Returns:
The formula for the given name or link.
Parameters
name: String
The name of the formula to load.
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
mesObjectLink: MESObjectLink
The link of the formula to load.
Sepasoft MES Module Suite