Class BusVoltage


  • public class BusVoltage
    extends SensitivityFunction
    Sensitivity function on a network bus voltage Only available in AC computation mode
    Author:
    Anne Tilloy <anne.tilloy at rte-france.com>
    • Constructor Detail

      • BusVoltage

        public BusVoltage​(String id,
                          String name,
                          BusRef busRef)
        Constructor
        Parameters:
        id - unique identifier of the function
        name - readable name of the function
        busRef - reference to the voltage bus is used as sensitivity function
        Throws:
        NullPointerException - if busRef is null
    • Method Detail

      • getBusRef

        public BusRef getBusRef()
        Get the reference to the bus composing the sensitivity function
        Returns:
        the bus ref
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object