loadFormulaClass(name, parentLink, mesObjectLink)

Sepasoft MES Module Suite

loadFormulaClass(     name: String     parentLink: MESObjectLink = None     mesObjectLink: MESObjectLink )

Method on Ignition.mes.batch.formula
Load the formula class which can be specified by the link for it or by the name and parent.

Returns:

The matching BatchFormulaClass object.

Parameters

name: String
The name of the formula class to load.

parentLink - Optional: MESObjectLink
An optional link for a formula class to find the specified name. If not provided, then it will assign the BatchRootFormula object as the parent.
Default: None

mesObjectLink: MESObjectLink
The link of the formula class to load.














Sepasoft MES Module Suite