e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas
https://www.pandapower.org
Other
867 stars 482 forks source link

PTDF/LODF Calculation #1419

Closed thomsonian2023 closed 2 years ago

thomsonian2023 commented 2 years ago

I have a PSSE RAW file and I am looking to evaluate PTDF and LODF. Is this possible with pandapower ?

rbolgaryn commented 2 years ago

dear @thomsonian2023 ,

it should be possible to use the functions

Roman

jhingu commented 2 years ago

Hi Roman, what function should I apply to PSSE/RAW file to create input format for pandapower.pypower.makePTDF.makePTDF()

rbolgaryn commented 2 years ago

Hi @jhingu ,

we don't provide the converter from PSSE/RAW file format.

You can import the grid data in one of the following ways:

Please let us know which option you use.

Roman