Interface Battery

    • Method Detail

      • getP0

        double getP0()
        Get the constant active power in MW.

        Depends on the working variant.

        See Also:
        VariantManager
      • setP0

        Battery setP0​(double p0)
        Set the constant active power in MW.

        Depends on the working variant.

        See Also:
        VariantManager
      • getQ0

        double getQ0()
        Get the constant reactive power in MVar.

        Depends on the working variant.

        See Also:
        VariantManager
      • setQ0

        Battery setQ0​(double q0)
        Set the constant 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.