Class ScalingParameters


  • public class ScalingParameters
    extends Object
    Author:
    Coline Piloquet
    • Constructor Detail

      • ScalingParameters

        public ScalingParameters()
      • ScalingParameters

        public ScalingParameters​(Scalable.ScalingConvention scalingConvention,
                                 boolean reconnect,
                                 boolean constantPowerFactor,
                                 boolean iterative,
                                 boolean allowsGeneratorOutOfActivePowerLimits)
    • Method Detail

      • isReconnect

        public boolean isReconnect()
        Returns:
        a boolean indicating if the terminal of the scalable should be reconnected if it is disconnected.
      • isConstantPowerFactor

        public boolean isConstantPowerFactor()
        Returns:
        a boolean indicating if the scaling should be done with a constant power factor.
      • setConstantPowerFactor

        public ScalingParameters setConstantPowerFactor​(boolean constantPowerFactor)
      • isIterative

        public boolean isIterative()
        Scale may be iterative or not for ProportionalScalable. If the iterative mode is activated, the residues due to scalable saturation is divided between the other scalable composing the ProportionalScalable.
        Returns:
        the iterative boolean, false by default.
      • isAllowsGeneratorOutOfActivePowerLimits

        public boolean isAllowsGeneratorOutOfActivePowerLimits()
        Returns:
        a boolean indicating if the scaling allows generators with an initial targetP outside the [Pmin - Pmax] range values
      • setAllowsGeneratorOutOfActivePowerLimits

        public ScalingParameters setAllowsGeneratorOutOfActivePowerLimits​(boolean allowsGeneratorOutOfActivePowerLimits)