Interface ThreeWindingsTransformerPhaseAngleClock

All Superinterfaces:
Extension<ThreeWindingsTransformer>
All Known Implementing Classes:
ThreeWindingsTransformerPhaseAngleClockimpl

public interface ThreeWindingsTransformerPhaseAngleClock extends Extension<ThreeWindingsTransformer>
Author:
Jérémy Labous <jlabous at silicom.fr>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Return the name of this extension.
    int
    Get the phase angle displacement represented in clock hours for leg 2.
    int
    Get the phase angle displacement represented in clock hours for leg 3.
    void
    setPhaseAngleClockLeg2(int phaseAngleClock)
    Set the phase angle displacement represented in clock hours for leg 2.
    void
    setPhaseAngleClockLeg3(int phaseAngleClock)
    Set the phase angle displacement represented in clock hours for leg 3.

    Methods inherited from interface com.powsybl.commons.extensions.Extension

    getExtendable, setExtendable
  • Field Details

  • Method Details

    • getName

      default String getName()
      Description copied from interface: Extension
      Return the name of this extension.
      Specified by:
      getName in interface Extension<ThreeWindingsTransformer>
    • getPhaseAngleClockLeg2

      int getPhaseAngleClockLeg2()
      Get the phase angle displacement represented in clock hours for leg 2.
    • getPhaseAngleClockLeg3

      int getPhaseAngleClockLeg3()
      Get the phase angle displacement represented in clock hours for leg 3.
    • setPhaseAngleClockLeg2

      void setPhaseAngleClockLeg2(int phaseAngleClock)
      Set the phase angle displacement represented in clock hours for leg 2.
    • setPhaseAngleClockLeg3

      void setPhaseAngleClockLeg3(int phaseAngleClock)
      Set the phase angle displacement represented in clock hours for leg 3.