...
The following attributes are read from the Exchanged data configuration:
- Math function id
- Array of parameters (a, b, ...)
- The dead band (min and max), band of input values where the output is zero
...
- PIVOT.GTIM.MvTyp.q.DetailQuality.inconsistent is set to "true" => if calculation check fails
- PIVOT.GTIM.MVTyp.q.DetailQuality.overflow is set to "true" => if calculated value exceeds FLOAT32 format
- PIVOT.GTIM.MVTyp.q.DetailQuality.inaccurate is set to "true" => if input value is in the dead band
- PIVOT.GTIM.MvTyp.mag.f => Calculated output value (PIVOT.GTIM.MvTyp.mag.i is not used).
- Validity:
- If overflow : PIVOT.GTIM.MVTypMvTyp.q.Validity is set to "invalid"
- If inconsistent or inaccurate: PIVOT.GTIM.MVTypMvTyp.q.Validity is set to "questionable"
- If the transformation function is not transparent : PIVOT.GTIM.MvTyp.q.Source is set to "substituted"
- if the quality checks fails :
- PIVOT.GTIM.MvTyp.q.Validity is set to "invalid"
- PIVOT.GTIM.MvTyp.mag.f is set to 0 (PIVOT.GTIM.MvTyp.mag.i is not used).
...