Class VoltageControl


  • public class VoltageControl
    extends Object
    Author:
    Anne Tilloy , Florian Dupuy
    • Constructor Detail

      • VoltageControl

        public VoltageControl​(LfBus controlled,
                              double targetValue)
    • Method Detail

      • getTargetValue

        public double getTargetValue()
      • getControlledBus

        public LfBus getControlledBus()
      • getControllerBuses

        public Set<LfBus> getControllerBuses()
      • addControllerBus

        public void addControllerBus​(LfBus controllerBus)
      • isVoltageControlLocal

        public boolean isVoltageControlLocal()
        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