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

Add unit test with VSC voltage control and targetP = 0 #1002

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

vidaldid-rte
Copy link
Contributor

… in the hvdc line

Please check if the PR fulfills these requirements

  • [X ] 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?
No

What kind of change does this PR introduce?
Explicit tests to check that a VSC in voltage control station holds tension even if no active power is flowing through the HVDC line.

What is the current behavior?
VSC stations behave as they should (tension is maintained even if P=0) but there is no explicit test to verify this.
VSC stations are holding tensions because the test check that Pmin < epsilon but for VSC stations Pmin is large but negative.
The tests prevent that a change in this condition breaks the VSC desired behviour.

What is the new behavior (if this is a feature change)?
No behaviour change. Just tests that ensure that the desired behaviour will not be broken by accident.

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

  • Yes
  • [ X] No

… in the hvdc line

Signed-off-by: VIDAL Didier (Externe) <didier.vidal_externe@rte-france.com>
@annetill annetill changed the title test to ensure VSC control tension even when there is no active power… Add unit test with VSC voltage control and targetP = 0 Mar 26, 2024
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Copy link

sonarcloud bot commented Mar 26, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@annetill annetill merged commit 8a1c451 into main Mar 26, 2024
6 checks passed
@annetill annetill deleted the vsc_tension_regul branch March 26, 2024 13:49
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants