pandapower
pandapower copied to clipboard
[feature] Expose sensitivity measures such as PTDF
Feature Checklist
-
[X] Searched the issues page for similar feature requests
-
[X] Read the relevant sections of the documentation
-
[X] Browse the repository, tutorials and tests for already existing functionalities
Feature Type
-
[X] Adding new functionality to pandapower
-
[X] 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