Interface LineCharacteristics<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getB1()
      Get the first side shunt susceptance in S.
      double getB2()
      Get the second side shunt susceptance in S.
      double getG1()
      Get the first side shunt conductance in S.
      double getG2()
      Get the second side shunt conductance in S.
      double getR()
      Get the series resistance in Ω.
      double getX()
      Get the series reactance in Ω.
      T setB1​(double b1)
      Set the first side shunt susceptance in S.
      T setB2​(double b2)
      Set the second side shunt susceptance in S.
      T setG1​(double g1)
      Set the first side shunt conductance in S.
      T setG2​(double g2)
      Set the second side shunt conductance in S.
      T setR​(double r)
      Set the series resistance in Ω.
      T setX​(double x)
      Set the series reactance in Ω.
    • Method Detail

      • getR

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

        T setR​(double r)
        Set the series resistance in Ω.
      • getX

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

        T setX​(double x)
        Set the series reactance in Ω.
      • getG1

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

        T setG1​(double g1)
        Set the first side shunt conductance in S.
      • getG2

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

        T setG2​(double g2)
        Set the second side shunt conductance in S.
      • getB1

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

        T setB1​(double b1)
        Set the first side shunt susceptance in S.
      • getB2

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

        T setB2​(double b2)
        Set the second side shunt susceptance in S.