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

IEEE standard #13

Closed MMAThijssen closed 4 years ago

MMAThijssen commented 4 years ago

Hi,

The package was based on the standard from 2011. Currently, the synchrophasor standard IEEE 60255-118-1-2018 is in place. Has this been updated? What would the implications be of use as is?

Thank you!

sstevan commented 4 years ago

Hey @MMAThijssen

Sorry about the delay. Each frame carries info about the standard version. Changes made in 2018 are not implemented (also Configuration Frame version 3 is not implemented).

However, depending on your use case, this package will work just fine if you are able to set the appropriate version on devices/simulators.

MMAThijssen commented 4 years ago

Thank you for your reply! I will have to look if it is applicable for my use case. Anyways, it is clear to me what standard version the package is based on.