Interface GeneratorFortescue

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String NAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      double getGroundingR()
      If the generator is earthed, it represents the resistance part of the impedance to ground.
      double getGroundingX()
      If the generator is earthed, it represents the reactance part of the impedance to ground.
      default String getName()
      Return the name of this extension.
      double getRn()
      The negative sequence resistance of the generator.
      double getRz()
      The zero sequence resistance of the generator.
      double getXn()
      The negative sequence reactance of the generator.
      double getXz()
      The zero sequence reactance of the generator.
      boolean isGrounded()
      True if the generator is earthed.
      void setGrounded​(boolean grounded)  
      void setGroundingR​(double groundingR)  
      void setGroundingX​(double groundingX)  
      void setRn​(double rn)  
      void setRz​(double rz)  
      void setXn​(double xn)  
      void setXz​(double xz)  
    • Method Detail

      • isGrounded

        boolean isGrounded()
        True if the generator is earthed.
      • setGrounded

        void setGrounded​(boolean grounded)
      • getGroundingR

        double getGroundingR()
        If the generator is earthed, it represents the resistance part of the impedance to ground.
      • setGroundingR

        void setGroundingR​(double groundingR)
      • getGroundingX

        double getGroundingX()
        If the generator is earthed, it represents the reactance part of the impedance to ground.
      • setGroundingX

        void setGroundingX​(double groundingX)
      • getRz

        double getRz()
        The zero sequence resistance of the generator.
      • setRz

        void setRz​(double rz)
      • getXz

        double getXz()
        The zero sequence reactance of the generator.
      • setXz

        void setXz​(double xz)
      • getRn

        double getRn()
        The negative sequence resistance of the generator.
      • setRn

        void setRn​(double rn)
      • getXn

        double getXn()
        The negative sequence reactance of the generator.
      • setXn

        void setXn​(double xn)