Class UcteRegulation

java.lang.Object
com.powsybl.ucte.network.UcteRegulation
All Implemented Interfaces:
UcteRecord

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

  • Method Details

    • getTransfoId

      public UcteElementId getTransfoId()
      Gets transformer id.

      Node 1 is non-regulated winding.

      Node 2 is regulated winding.

      Returns:
      transformer id
    • getPhaseRegulation

      public UctePhaseRegulation getPhaseRegulation()
      Gets phase regulation (optional).
      Returns:
      phase regulation
    • setPhaseRegulation

      public void setPhaseRegulation(UctePhaseRegulation phaseRegulation)
      Sets phase regulation (optional).
      Parameters:
      phaseRegulation - phase regulation
    • getAngleRegulation

      public UcteAngleRegulation getAngleRegulation()
      Gets angle regulation (optional).
      Returns:
      angle regulation
    • setAngleRegulation

      public void setAngleRegulation(UcteAngleRegulation angleRegulation)
      Sets angle regulation (optional).
      Parameters:
      angleRegulation - angle regulation
    • fix

      public void fix(ReportNode reportNode)
      Specified by:
      fix in interface UcteRecord