iicsys / pypmu

pyPMU - Python implementation of the IEEE C37.118 synchrophasor standard
BSD 3-Clause "New" or "Revised" License
60 stars 46 forks source link

Fix/freq limits #42

Closed francozacco closed 1 year ago

francozacco commented 1 year ago

The PDC is returning the nominal value of the system frequency (i.e. 60Hz) but the library is expecting the deviation from the nominal frequency and therefore is returning an error. This is also raised in one of the issues of the original repository. The Standard accepts both ways of sending the frequency but the library only supports the frequency deviations. The solution is basically to correct the frequency limits imposed by the library.