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

Propper short integer checks #26

Closed SophieAltenburg closed 5 months ago

SophieAltenburg commented 4 years ago

The range for short integers is -32768 to 32767 instead of -32767 to 32767, isn't it? The frame.py file checks for the second (wrong?) range.

sstevan commented 4 years ago

Hey @SophieAltenburg,

We have implemented this by following the C32.118.2 standard. Also please check out this article. Screenshot from 2020-07-31 20-43-28