iicsys / pypmu

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

how to send Freq from PMU to PDC #45

Open Adarsh-365 opened 7 months ago

Adarsh-365 commented 7 months ago

I am using basic example of tinypmu and tinypdc from example folder of pypmu for tinypmu.py and tinypdc.py example my freq is 62.5 constant how can I chnage it and send it plz help

pmu_data

sstevan commented 7 months ago

Hello @Adarsh-365

Have you tried using https://github.com/iicsys/pypmu/blob/master/examples/pyPMU.py You can specify your data frames.

Adarsh-365 commented 7 months ago

sstevan Thanks For the Replay, Yes I tried that example in that DATAFRAME can you tell me how can i specify Freq, it would really help me.

sstevan commented 7 months ago

Hello @Adarsh-365 check lines 37 and 47. There are several ways of doing this, you should check the IEEE C37.118.2 for more details.