Class DanglingLineBoundaryImpl

java.lang.Object
com.powsybl.iidm.network.util.DanglingLineBoundaryImpl
All Implemented Interfaces:
Boundary

public class DanglingLineBoundaryImpl extends Object implements Boundary
Author:
Miora Ralambotiana <miora.ralambotiana at rte-france.com>
  • Constructor Details

    • DanglingLineBoundaryImpl

      public DanglingLineBoundaryImpl(DanglingLine parent)
  • Method Details

    • getV

      public double getV()
      Description copied from interface: Boundary
      Get the voltage of the boundary fictitious bus.
      Specified by:
      getV in interface Boundary
    • getAngle

      public double getAngle()
      Description copied from interface: Boundary
      Get the angle of the boundary fictitious bus.
      Specified by:
      getAngle in interface Boundary
    • getP

      public double getP()
      Description copied from interface: Boundary
      Get the active power at the fictitious terminal going from the boundary fictitious bus to the network.
      Specified by:
      getP in interface Boundary
    • getQ

      public double getQ()
      Description copied from interface: Boundary
      Get the reactive power at the fictitious terminal going from the boundary fictitious bus to the network.
      Specified by:
      getQ in interface Boundary
    • getDanglingLine

      public DanglingLine getDanglingLine()
      Description copied from interface: Boundary
      Get the danglingLine the boundary is associated to.
      Specified by:
      getDanglingLine in interface Boundary
    • getNetworkSideVoltageLevel

      public VoltageLevel getNetworkSideVoltageLevel()
      Description copied from interface: Boundary
      Get the voltage level at network side.
      Specified by:
      getNetworkSideVoltageLevel in interface Boundary