Interface Boundary

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      double getAngle()
      Get the angle of the boundary fictitious bus.
      default Connectable getConnectable()
      Get the equipment the boundary is associated to.
      double getP()
      Get the active power at the fictitious terminal going from the boundary fictitious bus to the network.
      double getQ()
      Get the reactive power at the fictitious terminal going from the boundary fictitious bus to the network.
      default Branch.Side getSide()
      A Boundary could be associated with one side of a branch to determine P and Q.
      double getV()
      Get the voltage of the boundary fictitious bus.
      default VoltageLevel getVoltageLevel()
      Get the voltage level at network side.
    • Method Detail

      • getV

        double getV()
        Get the voltage of the boundary fictitious bus.
      • getAngle

        double getAngle()
        Get the angle of the boundary fictitious bus.
      • getP

        double getP()
        Get the active power at the fictitious terminal going from the boundary fictitious bus to the network.
      • getQ

        double getQ()
        Get the reactive power at the fictitious terminal going from the boundary fictitious bus to the network.
      • getSide

        default Branch.Side getSide()
        A Boundary could be associated with one side of a branch to determine P and Q. Get the branch side the boundary refers to.
      • getConnectable

        default Connectable getConnectable()
        Get the equipment the boundary is associated to.
      • getVoltageLevel

        default VoltageLevel getVoltageLevel()
        Get the voltage level at network side.