Interface LfGenerator

    • Method Detail

      • getOriginalId

        String getOriginalId()
      • setBus

        void setBus​(LfBus bus)
      • isFictitious

        boolean isFictitious()
      • hasRemoteReactivePowerControl

        boolean hasRemoteReactivePowerControl()
      • getTargetV

        double getTargetV()
      • getRemoteControlReactiveKey

        OptionalDouble getRemoteControlReactiveKey()
      • getTargetQ

        double getTargetQ()
      • getInitialTargetP

        double getInitialTargetP()
      • getTargetP

        double getTargetP()
      • setTargetP

        void setTargetP​(double targetP)
      • getMinP

        double getMinP()
      • getMaxP

        double getMaxP()
      • getMinQ

        double getMinQ()
      • getMaxQ

        double getMaxQ()
      • isParticipating

        default boolean isParticipating()
      • setParticipating

        void setParticipating​(boolean participating)
      • getDroop

        default double getDroop()
      • getParticipationFactor

        default double getParticipationFactor()
      • getCalculatedQ

        double getCalculatedQ()
      • setCalculatedQ

        void setCalculatedQ​(double calculatedQ)
      • updateState

        void updateState()
      • getControlledBus

        LfBus getControlledBus()
      • getSlope

        default double getSlope()
      • setSlope

        default void setSlope​(double slope)
      • getControlledBranch

        LfBranch getControlledBranch()
      • getRemoteTargetQ

        double getRemoteTargetQ()
      • isDisabled

        default boolean isDisabled()
      • setDisabled

        void setDisabled​(boolean disabled)