Sepasoft MES Module Suite
setFormulaParameterValue(formula: BatchFormula parameterPath: String value: Object )
Method on Ignition.mes.batch.formula
Changes the formula parameter value on the passed in formula object for the given parameter path.
Returns:
No return value.
Parameters
formula: BatchFormula
The formula object to set the parameter value for. A property will be added directly to the object.
parameterPath: String
Parameter path.
value: Object
The parameter value.
Sepasoft MES Module Suite