e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas

Home Page:https://www.pandapower.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature] Expose sensitivity measures such as PTDF

leuchtum opened this issue · comments

Feature Checklist

Feature Type

  • Adding new functionality to pandapower

  • Changing existing functionality in pandapower

  • Removing existing functionality in pandapower

Problem Description

Sensitivity measures such as the power transfer distribution factors (PTDF) are part of modern power network analytics. They are commonly used in market analytics, congestion management, stability analysis and more. Currently the PTDFs are calculated by pypower.makePTDF and therefore _pd2ppc needs to be used by the user. This is error prone, as one needs to deal with indices and more.

Feature Description

I suggest to expose the calculation of sensitivity measures directly, something like pp.ptdf(net). There has already been interest in this feature, as #847, #1419, #1572 and #1622 have shown.

Additional Context

No response

Label

  • Relevant labels are selected
commented

Sounds like an interesting topic, could you provide more information on this topic? I have until now never used ptdf and maybe could you estimate how complex implementing this behaviour is? Or trace a bit more what needs to be changed?