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