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

Implementation of HVDC set point change action #2175

Closed
Hadrien-Godard opened this issue Jun 16, 2022 · 1 comment
Closed

Implementation of HVDC set point change action #2175

Hadrien-Godard opened this issue Jun 16, 2022 · 1 comment
Assignees

Comments

@Hadrien-Godard
Copy link
Member

  • Do you want to request a feature or report a bug?
    Feature.

  • What is the current behavior?
    The action is not implemented.

  • What is the expected behavior?
    The HVDC set point change action is implemented as an implementation of the Action class (see issue Security analysis with remedial actions #2015).
    This action consists in changing the set point of an HVDC line.
    A starting idea of possible implementation is:

class HvdcPointChangeAction extends Action {
    String hvdcId;
    double setPointValue;
}
  • What is the motivation / use case for changing the behavior?
    Allow security analysis to take this action type into account.
@annetill
Copy link
Member

Solved by #2454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants