The stopping condition criterion types.
Member | Value | Description |
---|---|---|
eVACriterionCrossDecreasing | 0 | The Cross Decreasing criterion - the stopping condition is satisfied when the parameter reaches a value equal to the trip value while decreasing. |
eVACriterionCrossEither | 1 | The Cross Either criterion - the stopping condition is satisfied when either of the above situations occurs. |
eVACriterionCrossIncreasing | 2 | The Cross Increasing criterion - the stopping condition is satisfied when the parameter reaches a value equal to the trip value while increasing. |