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

Inconsistent removal of voltage level ids #2735

Open
AnkurArohi opened this issue Oct 4, 2023 · 0 comments
Open

Inconsistent removal of voltage level ids #2735

AnkurArohi opened this issue Oct 4, 2023 · 0 comments
Labels

Comments

@AnkurArohi
Copy link

Describe the current behavior

  • In the current version when the voltage level is removed the other side of the voltage level has a corrupted status , this is even seen in a single line diagram.
  • The issue is that the removal of the voltage level does not consistently remove all the elements, their aliases and their references,specifically leading to the inconsistent connection of the elements on the other side of the voltage level
  • Lets take this example
    220/110 has a trafo , the 220kV has further two lines, and also a trafo connecting 220/10 kv level.
    When one tries to remove the 220kV voltage level the 110 kV voltage level and 10 kV voltage level has an inconsistent topology, this is probably because the removal is not proper, after the removal there are still some connections left.

image

Describe the expected behavior

  • When the voltage level id is removed the other side of the voltage level should just have dangling lines and the topology should be consistent.

Describe the steps

  • Load the network
  • Identify a voltage level and remove the voltage level
  • Export/write single line diagram for the connected voltage levels
  • The SLD is inconsistent
  • Export CGMES leads to an exception

Environment

  • 0.22 version pypowsybl

Relevant Log Output

No response

Extra Information

No response

@AnkurArohi AnkurArohi added the bug label Oct 4, 2023
@AnkurArohi AnkurArohi changed the title non clean removal of voltage level ids Inconsistent removal of voltage level ids Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant