Interface TapChangerStep<S extends TapChangerStep>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getB()
      Get the susceptance deviation in percent of nominal value.
      double getG()
      Get the conductance deviation in percent of nominal value.
      double getR()
      Get the resistance deviation in percent of nominal value.
      double getRho()
      Get the voltage ratio in per unit.
      double getX()
      Get the reactance deviation in percent of nominal value.
      S setB​(double b)
      Set the susceptance deviation in percent of nominal value.
      S setG​(double g)
      Set the conductance deviation in percent of nominal value.
      S setR​(double r)
      Set the resistance deviation in percent of nominal value.
      S setRho​(double rho)
      Set the voltage ratio in per unit.
      S setX​(double x)
      Set the reactance deviation in percent of nominal value.
    • Method Detail

      • getRho

        double getRho()
        Get the voltage ratio in per unit.
      • setRho

        S setRho​(double rho)
        Set the voltage ratio in per unit.
      • getR

        double getR()
        Get the resistance deviation in percent of nominal value.
      • setR

        S setR​(double r)
        Set the resistance deviation in percent of nominal value.
      • getX

        double getX()
        Get the reactance deviation in percent of nominal value.
      • setX

        S setX​(double x)
        Set the reactance deviation in percent of nominal value.
      • getB

        double getB()
        Get the susceptance deviation in percent of nominal value.
      • setB

        S setB​(double b)
        Set the susceptance deviation in percent of nominal value.
      • getG

        double getG()
        Get the conductance deviation in percent of nominal value.
      • setG

        S setG​(double g)
        Set the conductance deviation in percent of nominal value.