ZEISS-PiWeb / PiWeb-Calculated-Characteristics

Provides the business logic for calculated characteristics used by PiWeb applications.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Feat/piweb 15887 pt worst with asymmetric limits #19

Closed RonHeck closed 2 years ago

RonHeck commented 2 years ago

Fix an issue with PT_WORST: The function definition expects the value with largest distance to the tolerance middle as result but the distance was returned.

Introduce PT_WORST_TARGET: The method does the same as PT_WORST but uses the tolerance of the target characteristic.