Interface ReactiveLimits

All Known Subinterfaces:
MinMaxReactiveLimits, ReactiveCapabilityCurve

public interface ReactiveLimits
Base class for Generator reactive limits.
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    double
    getMaxQ(double p)
    Get the reactive power maximum value at a given active power value.
    double
    getMinQ(double p)
    Get the reactive power minimum value at a given active power value.
  • Method Details

    • getKind

    • getMinQ

      double getMinQ(double p)
      Get the reactive power minimum value at a given active power value.
      Parameters:
      p - the active power
    • getMaxQ

      double getMaxQ(double p)
      Get the reactive power maximum value at a given active power value.
      Parameters:
      p - the active power