Interface HvdcConverterStation<T extends HvdcConverterStation<T>>

    • Method Detail

      • getHvdcLine

        default HvdcLine getHvdcLine()
        Return the HVDC line attached to this station.
        Returns:
        the HVDC line attached to this station or null.
      • getLossFactor

        float getLossFactor()
        Get the loss factor.
        Returns:
        the loss factor.
      • setLossFactor

        T setLossFactor​(float lossFactor)
        Set the loss factor
        Parameters:
        lossFactor - the loss factor
        Returns:
        this station
      • getOtherConverterStation

        default Optional<? extends HvdcConverterStation<?>> getOtherConverterStation()
        Get the converter station at the other side of the hvdc line.
        Returns:
        the other converter station