Interface VoltageAngleLimit

All Superinterfaces:
OperationalLimits

public interface VoltageAngleLimit extends OperationalLimits
Author:
Luma Zamarreño <zamarrenolm at aia.es>, José Antonio Marqués <marquesja at aia.es>, Bertrand Rix <bertrand.rix at artelys.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the high voltage angle limit value
    Return the mandatory name.
    default LimitType
    Get the operational limits' type (can be APPARENT_POWER, CURRENT or VOLTAGE)
    Get the low voltage angle limit value
    A voltage angle limit is compared to the difference between the bus angle associated to the terminal from and the bus angle associated to the terminal to.
    A voltage angle limit is compared to the difference between the bus angle associated to the terminal from and the bus angle associated to the terminal to.

    Methods inherited from interface com.powsybl.iidm.network.OperationalLimits

    remove
  • Method Details

    • getLimitType

      default LimitType getLimitType()
      Description copied from interface: OperationalLimits
      Get the operational limits' type (can be APPARENT_POWER, CURRENT or VOLTAGE)
      Specified by:
      getLimitType in interface OperationalLimits
    • getId

      String getId()
      Return the mandatory name.
    • getTerminalFrom

      Terminal getTerminalFrom()
      A voltage angle limit is compared to the difference between the bus angle associated to the terminal from and the bus angle associated to the terminal to. Difference = to - from.
    • getTerminalTo

      Terminal getTerminalTo()
      A voltage angle limit is compared to the difference between the bus angle associated to the terminal from and the bus angle associated to the terminal to. Difference = to - from.
    • getLowLimit

      OptionalDouble getLowLimit()
      Get the low voltage angle limit value
    • getHighLimit

      OptionalDouble getHighLimit()
      Get the high voltage angle limit value