%Imp function


Old name
%ImpI
Function
The function returns the increment of a given integer value. The result is an integer value.
Declaration


INT %Imp(
   INT in Arg, 
   BOOL in ResetTrigger
 )
Parameters


ArgA variable for which an increment is calculated. The function assumes, that the value of the variable Arg is increasing within the calculation interval. (For example electrometer status).
ResetTriggerChange of the parameter into the TRUE state resets the calculation.