Skip to content

Update correctly the generator targetV when its remote regulating Terminal is removed #3437

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

Open
alicecaron opened this issue May 6, 2025 · 0 comments

Comments

@alicecaron
Copy link
Contributor

alicecaron commented May 6, 2025

Describe the current behavior

When a generator remote regulating terminal is removed, the generator switches to local voltage regulation but the targetV is not updated consequently.

Describe the expected behavior

When a generator remote regulating terminal is removed, the generator switches to local voltage regulation and the targetV is updated consequently.

  • if the bus is not already regulated then the generator targetV is updated with the nominal voltage in per unit
  • else the targetV is set with the existing targetV of other regulating generators on this bus (for consistency).

A ReportNode should be created in each case so that the user may be notified of the change.

Describe the steps

No response

Environment

No response

Relevant Log Output

No response

Extra Information

https://github.com/powsybl/powsybl-core/blob/main/iidm/iidm-impl/src/main/java/com/powsybl/iidm/network/impl/RegulatingPoint.java#L142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: TODO
Development

No branches or pull requests

1 participant