Interface ShuntCompensatorLinearModel

All Superinterfaces:
ShuntCompensatorModel

public interface ShuntCompensatorLinearModel extends ShuntCompensatorModel
Author:
Miora Ralambotiana <miora.ralambotiana at rte-france.com>
  • Method Details

    • getBPerSection

      double getBPerSection()
      Get the susceptance per section in S.
    • setBPerSection

      ShuntCompensatorLinearModel setBPerSection(double bPerSection)
      Set the susceptance per section in S.
    • getGPerSection

      double getGPerSection()
      Get the conductance per section in S.
    • setGPerSection

      ShuntCompensatorLinearModel setGPerSection(double gPerSection)
      Set the conductance per section in S.
    • setMaximumSectionCount

      ShuntCompensatorLinearModel setMaximumSectionCount(int maximumSectionCount)
      Set the maximum number of sections.