Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Expose sensitivity measures such as PTDF #2290

Open
5 of 7 tasks
leuchtum opened this issue May 23, 2024 · 1 comment
Open
5 of 7 tasks

[feature] Expose sensitivity measures such as PTDF #2290

leuchtum opened this issue May 23, 2024 · 1 comment

Comments

@leuchtum
Copy link

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
@vogt31337
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants