Interface LccConverterStation

All Superinterfaces:
Connectable<LccConverterStation>, Extendable<LccConverterStation>, HvdcConverterStation<LccConverterStation>, Identifiable<LccConverterStation>, Injection<LccConverterStation>

public interface LccConverterStation extends HvdcConverterStation<LccConverterStation>
LCC converter station.

Characteristics

Attribute Type Unit Required Defaut value Description
Id String - yes - Unique identifier of the LCC converter station
Name String - yes - Human-readable name of the LCC converter station
PowerFactor float - yes - The power factor
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>, Mathieu Bague <mathieu.bague at rte-france.com>
  • Method Details

    • 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