Class LfSecondaryVoltageControl

java.lang.Object
com.powsybl.openloadflow.network.LfSecondaryVoltageControl

public class LfSecondaryVoltageControl extends Object
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

  • Method Details

    • getZoneName

      public String getZoneName()
    • getTargetValue

      public double getTargetValue()
    • getPilotBus

      public LfBus getPilotBus()
    • getGeneratorVoltageControls

      public Set<GeneratorVoltageControl> getGeneratorVoltageControls()
    • getControlledBuses

      public List<LfBus> getControlledBuses()
    • findAnyControlledBusWithAtLeastOneControllerBusWithVoltageControlEnabled

      public Optional<LfBus> findAnyControlledBusWithAtLeastOneControllerBusWithVoltageControlEnabled()
    • getControllerBuses

      public List<LfBus> getControllerBuses()
    • getEnabledControllerBuses

      public List<LfBus> getEnabledControllerBuses()