Class LoadAction

java.lang.Object
com.powsybl.security.action.AbstractAction
com.powsybl.security.action.LoadAction
All Implemented Interfaces:
Action

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

  • Method Details

    • getType

      public String getType()
    • getLoadId

      public String getLoadId()
    • isRelativeValue

      public boolean isRelativeValue()
    • getActivePowerValue

      public OptionalDouble getActivePowerValue()
    • getReactivePowerValue

      public OptionalDouble getReactivePowerValue()