Class AbstractLoadAction

java.lang.Object
com.powsybl.action.AbstractAction
com.powsybl.action.AbstractLoadAction
All Implemented Interfaces:
Action
Direct Known Subclasses:
DanglingLineAction, LoadAction

public abstract class AbstractLoadAction extends AbstractAction
An action to:
  • change the P0 of a load or a dangling line , either by specifying a new absolute value (MW) or a relative change (MW).
  • change the Q0 of a load or a dangling line, either by specifying a new absolute value (MVar) or a relative change (MVar).
Author:
Anne Tilloy <[email protected]>
  • Method Details

    • isRelativeValue

      public boolean isRelativeValue()
    • getActivePowerValue

      public OptionalDouble getActivePowerValue()
    • getReactivePowerValue

      public OptionalDouble getReactivePowerValue()