Interface ThreeWindingsTransformerToBeEstimated

All Superinterfaces:
Extension<ThreeWindingsTransformer>

public interface ThreeWindingsTransformerToBeEstimated extends Extension<ThreeWindingsTransformer>
Indicate for a state estimation which tap changers are to be estimated (i.e. their tap positions should be outputs). If a tap changer is not to be estimated, it should not be changed during a state estimation (i.e its tap position is only an input).
Author:
Miora Ralambotiana <miora.ralambotiana at rte-france.com>
  • 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>
    • shouldEstimateRatioTapChanger1

      boolean shouldEstimateRatioTapChanger1()
      Return true if the ratio tap changer of the leg 1 of the extended three windings transformer is to be estimated during a state estimation. Else, return false.
    • shouldEstimateRatioTapChanger2

      boolean shouldEstimateRatioTapChanger2()
      Return true if the ratio tap changer of the leg 2 of the extended three windings transformer is to be estimated during a state estimation. Else, return false.
    • shouldEstimateRatioTapChanger3

      boolean shouldEstimateRatioTapChanger3()
      Return true if the ratio tap changer of the leg 3 of the extended three windings transformer is to be estimated during a state estimation. Else, return false.
    • shouldEstimateRatioTapChanger

      boolean shouldEstimateRatioTapChanger(ThreeSides side)
      Return true if the ratio tap changer of the leg of the given side of the extended three windings transformer is to be estimated during a state estimation. Else, return false.
    • shouldEstimatePhaseTapChanger1

      boolean shouldEstimatePhaseTapChanger1()
      Return true if the phase tap changer of the leg 1 of the extended three windings transformer is to be estimated during a state estimation. Else, return false.
    • shouldEstimatePhaseTapChanger2

      boolean shouldEstimatePhaseTapChanger2()
      Return true if the phase tap changer of the leg 2 of the extended three windings transformer is to be estimated during a state estimation. Else, return false.
    • shouldEstimatePhaseTapChanger3

      boolean shouldEstimatePhaseTapChanger3()
      Return true if the phase tap changer of the leg 3 of the extended three windings transformer is to be estimated during a state estimation. Else, return false.
    • shouldEstimatePhaseTapChanger

      boolean shouldEstimatePhaseTapChanger(ThreeSides side)
      Return true if the phase tap changer of the leg of the given side of the extended three windings transformer is to be estimated during a state estimation. Else, return false.
    • shouldEstimateRatioTapChanger1

      ThreeWindingsTransformerToBeEstimated shouldEstimateRatioTapChanger1(boolean toBeEstimated)
      Specify if the ratio tap changer of the leg 1 of the extended three windings transformer is to be estimated during a state estimation.
    • shouldEstimateRatioTapChanger2

      ThreeWindingsTransformerToBeEstimated shouldEstimateRatioTapChanger2(boolean toBeEstimated)
      Specify if the ratio tap changer of the leg 2 of the extended three windings transformer is to be estimated during a state estimation.
    • shouldEstimateRatioTapChanger3

      ThreeWindingsTransformerToBeEstimated shouldEstimateRatioTapChanger3(boolean toBeEstimated)
      Specify if the ratio tap changer of the leg 3 of the extended three windings transformer is to be estimated during a state estimation.
    • shouldEstimateRatioTapChanger

      ThreeWindingsTransformerToBeEstimated shouldEstimateRatioTapChanger(boolean toBeEstimated, ThreeSides side)
      Specify if the ratio tap changer of the leg of the given side of the extended three windings transformer is to be estimated during a state estimation.
    • shouldEstimatePhaseTapChanger1

      ThreeWindingsTransformerToBeEstimated shouldEstimatePhaseTapChanger1(boolean toBeEstimated)
      Specify if the phase tap changer of the leg 1 of the extended three windings transformer is to be estimated during a state estimation.
    • shouldEstimatePhaseTapChanger2

      ThreeWindingsTransformerToBeEstimated shouldEstimatePhaseTapChanger2(boolean toBeEstimated)
      Specify if the phase tap changer of the leg 2 of the extended three windings transformer is to be estimated during a state estimation.
    • shouldEstimatePhaseTapChanger3

      ThreeWindingsTransformerToBeEstimated shouldEstimatePhaseTapChanger3(boolean toBeEstimated)
      Specify if the phase tap changer of the leg 3 of the extended three windings transformer is to be estimated during a state estimation.
    • shouldEstimatePhaseTapChanger

      ThreeWindingsTransformerToBeEstimated shouldEstimatePhaseTapChanger(boolean toBeEstimated, ThreeSides side)
      Specify if the phase tap changer of the leg of the given side of the extended three windings transformer is to be estimated during a state estimation.