Interface MutableLineCharacteristics<T>

All Superinterfaces:
LineCharacteristics
All Known Subinterfaces:
Line

public interface MutableLineCharacteristics<T> extends LineCharacteristics
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    setB1(double b1)
    Set the first side shunt susceptance in S.
    setB2(double b2)
    Set the second side shunt susceptance in S.
    setG1(double g1)
    Set the first side shunt conductance in S.
    setG2(double g2)
    Set the second side shunt conductance in S.
    setR(double r)
    Set the series resistance in Ω.
    setX(double x)
    Set the series reactance in Ω.

    Methods inherited from interface com.powsybl.iidm.network.LineCharacteristics

    getB1, getB2, getG1, getG2, getR, getX
  • Method Details

    • setR

      T setR(double r)
      Set the series resistance in Ω.
    • setX

      T setX(double x)
      Set the series reactance in Ω.
    • setG1

      T setG1(double g1)
      Set the first side shunt conductance in S.
    • setG2

      T setG2(double g2)
      Set the second side shunt conductance in S.
    • setB1

      T setB1(double b1)
      Set the first side shunt susceptance in S.
    • setB2

      T setB2(double b2)
      Set the second side shunt susceptance in S.