Sepasoft MES Module Suite
createFormulaClass(name: String parentLink: MESObjectLink = None )
Creates a batch formula class object using the provided parent link. The parentLink is optional, and if not provided, the new BatchFormulaClass will be added to the root.
Returns
A new unsaved BatchFormulaClass object.
Parameters
name: String The name of the new batch formula class. Note: formula class name must be globally unique in regards to other batch formula classes.
parentLink - Optional: MESObjectLink An optional link to a parent BatchFormulaClass object. If not provided, then it will assign the BatchFormulaRoot object as the parent.
Default: None
Sepasoft MES Module Suite