Class StaticVarCompensatorAction

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

public class StaticVarCompensatorAction extends AbstractAction
An action to:
  • change the regulationMode of a static var compensator, three options are available VOLTAGE, REACTIVE_POWER or OFF
  • change voltageSetPoint to change the voltage setpoint if the regulation mode is set to VOLTAGE (kV)
  • change reactivePowerSetpoint to change the reactive power setpoint if the regulation mode is set to REACTIVE_POWER (MVAR)
Author:
Etienne Lesot <[email protected]>