Interface Battery

    • Method Detail

      • getTargetP

        double getTargetP()
        Get the target active power in MW.

        Depends on the working variant.

        See Also:
        VariantManager
      • setTargetP

        Battery setTargetP​(double targetP)
        Set the target active power in MW.

        Depends on the working variant.

        See Also:
        VariantManager
      • getTargetQ

        double getTargetQ()
        Get the target reactive power in MVar.

        Depends on the working variant.

        See Also:
        VariantManager
      • setTargetQ

        Battery setTargetQ​(double targetQ)
        Set the target reactive power in MVar.

        Depends on the working variant.

        See Also:
        VariantManager
      • getMinP

        double getMinP()
        Get the minimal active power in MW.
      • setMinP

        Battery setMinP​(double minP)
        Set the minimal active power in MW.
      • getMaxP

        double getMaxP()
        Get the maximal active power in MW.
      • setMaxP

        Battery setMaxP​(double maxP)
        Set the maximal active power in MW.