Class UcteAngleRegulation

java.lang.Object
com.powsybl.ucte.network.UcteAngleRegulation

public class UcteAngleRegulation extends Object
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

  • Method Details

    • getDu

      public double getDu()
      Gets δu (%).
      Returns:
      δu (%)
    • setDu

      public void setDu(double du)
      Sets δu (%).
      Parameters:
      du - δu (%)
    • getTheta

      public double getTheta()
      Gets Θ (°).
      Returns:
      Θ (°)
    • setTheta

      public void setTheta(double theta)
      Sets Θ (°).
      Parameters:
      theta - Θ (°)
    • getN

      public Integer getN()
      Gets number of taps.

      Counted the following way: it is the difference between the intermediate position (neutral) and the positive or negative ultimate position (e.g. a transformer with total 27 taps (+13,neutral,-13) is given as n = 13 in the UCTE format).

      Returns:
      number of taps
    • setN

      public void setN(Integer n)
      Sets number of taps.

      Counted the following way: it is the difference between the intermediate position (neutral) and the positive or negative ultimate position (e.g. a transformer with total 27 taps (+13,neutral,-13) is given as n = 13 in the UCTE format).

      Parameters:
      n - number of taps
    • getNp

      public Integer getNp()
      Gets tap position.
      Returns:
      tap position
    • setNp

      public void setNp(Integer np)
      Sets tap position.
      Parameters:
      np - tap position
    • getP

      public double getP()
      Gets on load tap changer active power flow target (MW).

      (optional).

      Returns:
      on load tap changer active power flow target (MW)
    • setP

      public void setP(double p)
      Sets on load tap changer active power flow target (MW).

      (optional).

      Parameters:
      p - on load tap changer active power flow target (MW)
    • getType

      public UcteAngleRegulationType getType()
      Gets regulation type.
      Returns:
      regulation type
    • setType

      public void setType(UcteAngleRegulationType type)
      Sets regulation type.
      Parameters:
      type - regulation type