Interface LccConverterStation

    • Method Detail

      • getPowerFactor

        float getPowerFactor()
        Get power factor (ratio of the active power and the apparent power)
        Returns:
        the power factor.
      • setPowerFactor

        LccConverterStation setPowerFactor​(float powerFactor)
        Set the power factor. Has to be greater that zero.
        Parameters:
        powerFactor - the new power factor
        Returns:
        the converter itself to allow method chaining