Class GeneratorVoltageControl


  • public class GeneratorVoltageControl
    extends VoltageControl<LfBus>
    Author:
    Anne Tilloy , Florian Dupuy
    • Constructor Detail

      • GeneratorVoltageControl

        public GeneratorVoltageControl​(LfBus controlledBus,
                                       double targetValue)
    • Method Detail

      • setTargetValue

        public void setTargetValue​(double targetValue)
        Overrides:
        setTargetValue in class Control
      • isLocalControl

        public boolean isLocalControl()
        Check if the voltage control is ONLY local
        Returns:
        true if the voltage control is ONLY local, false otherwise
      • isSharedControl

        public boolean isSharedControl()
        Check if the voltage control is shared
        Returns:
        true if the voltage control is shared, false otherwise
      • updateReactiveKeys

        public void updateReactiveKeys()
      • updateReactiveKeys

        public static void updateReactiveKeys​(List<LfBus> controllerBuses)