Interface LineCharacteristics

All Known Subinterfaces:
Line, MutableLineCharacteristics<T>, TieLine

public interface LineCharacteristics
Author:
Miora Vedelago <miora.ralambotiana at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Get the first side shunt susceptance in S.
    double
    Get the second side shunt susceptance in S.
    double
    Get the first side shunt conductance in S.
    double
    Get the second side shunt conductance in S.
    double
    Get the series resistance in Ω.
    double
    Get the series reactance in Ω.
  • Method Details

    • getR

      double getR()
      Get the series resistance in Ω.
    • getX

      double getX()
      Get the series reactance in Ω.
    • getG1

      double getG1()
      Get the first side shunt conductance in S.
    • getG2

      double getG2()
      Get the second side shunt conductance in S.
    • getB1

      double getB1()
      Get the first side shunt susceptance in S.
    • getB2

      double getB2()
      Get the second side shunt susceptance in S.