Interface LoadFlowResult.ComponentResult

    • Method Detail

      • getConnectedComponentNum

        int getConnectedComponentNum()
        Get connected component number.
        Returns:
        connected component number
      • getSynchronousComponentNum

        int getSynchronousComponentNum()
        Get synchronous component number.
        Returns:
        component number
      • getStatus

        LoadFlowResult.ComponentResult.Status getStatus()
        Get detailed status of the computation on this component.
        Returns:
        the detailed status of the computation on this component
      • getIterationCount

        int getIterationCount()
        Get iteration count.
        Returns:
        the iteration count
      • getSlackBusId

        String getSlackBusId()
        Get the slack bus id.
        Returns:
        the slack bus id
      • getSlackBusActivePowerMismatch

        double getSlackBusActivePowerMismatch()
        Get slack bus active power mismatch in MW.
        Returns:
        the slack bus active power mismatch in MW