Interface TwoWindingsTransformerToBeEstimated

All Superinterfaces:
Extension<TwoWindingsTransformer>

public interface TwoWindingsTransformerToBeEstimated extends Extension<TwoWindingsTransformer>
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<TwoWindingsTransformer>
    • shouldEstimateRatioTapChanger

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

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

      TwoWindingsTransformerToBeEstimated shouldEstimateRatioTapChanger(boolean toBeEstimated)
      Specify if the ratio tap changer of the extended two windings transformer is to be estimated during a state estimation.
    • shouldEstimatePhaseTapChanger

      TwoWindingsTransformerToBeEstimated shouldEstimatePhaseTapChanger(boolean toBeEstimated)
      Specify if the phase tap changer of the extended two windings transformer is to be estimated during a state estimation.