Skip to content

ICSHWI-19486: Fix scaling of protection function waveforms and thresholds

Andreas Persson requested to merge prot-wf-scaling into main

Protection function outputs are multiplied by 100 in firmware for improved fixed-point precision. Divide by 100 when converting to float. The same conversion is done for interlock threshold values.

Moving average filter waveforms also need to be divided by the filter length to get average values.

Merge request reports

Loading