powsybl / powsybl-core

A framework to build power system oriented software
https://www.powsybl.org
Mozilla Public License 2.0
123 stars 39 forks source link

Missing data in IIDM data files after converting from raw #1742

Open LlucFigueras opened 3 years ago

LlucFigueras commented 3 years ago

ComparisonIIDM.zip

geofjamg commented 3 years ago

Hi,

The missing data you are pointing out, are state variables and I don't think it is contained in PSS/E raw files (because it is just "calculation" output data). To fill them, you have to run a load flow on your case, you can do it using to "loadflow" tool, here is a link to the documentation: https://www.powsybl.org/pages/documentation/user/itools/loadflow.html

Let me know if you need help to run the load flow.

LlucFigueras commented 3 years ago

Hi,

It is working fine, many thanks!