-
Notifications
You must be signed in to change notification settings - Fork 43
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
Remote reactive power control extension #1732
Conversation
4173c31
to
a658f00
Compare
@annetill Can you take a look on coverage for the class you modified ? (ie RegulatingControlMapping*) |
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
… test. Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
e179e40
to
3da1f14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is okay for me. The only thing missing is a javadoc for RemoteReactivePowerControl
to explain what it is.
@MioRtia I'll add it, thanks for the review. |
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
…sybl-core into regulation_extension
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be careful, licences header are missing everywhere
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe in the method setRegulatingControlReactivePower
of the class RegulatingControlMappingForGenerators
we should consider the qPercent
and eqControlEnabled
attributes as in the voltage control (setRegulatingControlVoltage
method) ?
It means that for you, for a generator with reactive remote control extension, we will have an other extension to say that that remote reactive control is shared with an other generator? What the |
Since we record the reactive power control in an extension, we can use the same extension to record the |
…settings Signed-off-by: RALAMBOTIANA MIORA <miora.ralambotiana@rte-france.com>
@marqueslanauja Are the corrections okay for you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is ok.
Kudos, SonarCloud Quality Gate passed! |
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com> Co-authored-by: Anne Tilloy <anne.tilloy@rte-france.com> Co-authored-by: RALAMBOTIANA MIORA <miora.ralambotiana@rte-france.com>
Please check if the PR fulfills these requirements (please use
'[x]'
to check the checkboxes, or submit the PR and then click the checkboxes)What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This pull request introduce an extension to handle remote reactive power control. This is work in progress.
What is the current behavior? (You can also link to an open issue here)
Remote reactive power control is not supported.
Does this PR introduce a breaking change or deprecate an API? If yes, check the following: