In the SimpleControlSystem example the evaluation of the value predicate for the latency requirement R2Lat always returns false - even if the expression is true.
This is due to type inconsistency of the returned result value and the expected type.
Latency is defined as Time, which is of type aadlinteger with time units.
The latency analysis plugin returns its results as real numbers with the assumed unit of "ms".