Activity Chart Checks : (C3027) Predefined functions that are used incorrectly

(C3027) Predefined functions that are used incorrectly

Error In:
Correctness
Description:
Predefined functions are used with parameters of a wrong type, the wrong number of parameters, or an incorrect return type.
Example:
A mini-spec contains the following expression, where THETA is defined as a real and C is defined as a condition:

EV /C = sin(THETA)

C should be a real.

 

 

Erroneous Elements:
Functions