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

Tap controllers from pandapower #887

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

AnkurArohi
Copy link

@AnkurArohi AnkurArohi commented Nov 7, 2024

Signed-off-by: Ankur Arohi [email protected]

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem?

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

If yes, please check if the following requirements are fulfilled

  • The Breaking Change or Deprecated label has been added
  • The migration steps are described in the following section

What changes might users need to make in their application due to this PR? (migration steps)

Other information:

@AnkurArohi AnkurArohi requested a review from geofjamg November 7, 2024 10:44
@AnkurArohi AnkurArohi self-assigned this Nov 7, 2024
@AnkurArohi
Copy link
Author

Tests are already provided in the previous PR from @geofjamg, this PR aims to change the value of tap position based on special attributes set in pandapower network.

pypowsybl/network/impl/pandapower_converter.py Outdated Show resolved Hide resolved
pypowsybl/network/impl/pandapower_converter.py Outdated Show resolved Hide resolved
Signed-off-by: Ankur Arohi <[email protected]>
Copy link

@AnkurArohi AnkurArohi changed the title Enhancing the network info to display the elements in powsybl network Tap controllers from pandapower Nov 18, 2024
@AnkurArohi
Copy link
Author

@geofjamg I have worked on your comments

Copy link

Copy link
Member

@geofjamg geofjamg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure to understand whar you are trying to solve in this PR:

  • Are you trying to take into account the effect of the phase shifter to the voltage ratio ? in that case could you give me a link to the pandapower doc describing this.
  • Why are you not also creating a phase tap changer with the given phase shift. It seems to me the most important part of a ĥase shifter to take into account.
  • Could you add a test case with a phase shifter to how the issue before and solved one after ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
2 participants