DataMathObject
DataMathObject plugin performs mathematical calculations with DataPool objects and variables and writes the result to a specified Result.
Unique Parameters
-
Field Name: Define the first argument for the mathematical operation. This argument is a DataPool variable or a DataPool Object. ‘left’
-
Second Argument: Define the second argument used for the mathematical operation. The order of the arguments in the mathematical expression is defined in the Operation Order argument.
-
Second Argument Scope: This parameter defines the scope of the second argument, i.e. whether the argument is a local variable (part of an object) or a global DataPool variable.
-
Result: Define the DataField that will contain the result of the mathematical operation.
-
Result Scope: This parameter defines the scope of the result, i.e. whether the argument is a local variable (part of an object) or a global DataPool variable.
-
Operation Type: This parameter defines type of operation to perform. According to the selected operation type, a list of operations will be displayed. The selected operator will be used in the mathematical expression.
-
Operation Order: This parameter defines the order of the arguments in the mathematical expression.
Notes
-
If the operation is unitary, only Argument 1 is used.
-
Only the Field Name parameter will trigger the DataMathObject plugin and the result will be calculated.
-
If one of the variables is not defined it will be ignored (it will not be created automatically like in other DataPool plugins).