Package com.powsybl.iidm.network
Interface LccConverterStation
- All Superinterfaces:
Connectable<LccConverterStation>
,Extendable<LccConverterStation>
,HvdcConverterStation<LccConverterStation>
,Identifiable<LccConverterStation>
,Injection<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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.powsybl.iidm.network.HvdcConverterStation
HvdcConverterStation.HvdcType
-
Method Summary
Modifier and TypeMethodDescriptionfloat
Get power factor (ratio of the active power and the apparent power)setPowerFactor
(float powerFactor) Set the power factor.Methods inherited from interface com.powsybl.iidm.network.Connectable
connect, connect, connect, disconnect, disconnect, disconnect, getTerminals, remove
Methods inherited from interface com.powsybl.commons.extensions.Extendable
addExtension, getExtension, getExtensionByName, getExtensions, getImplementationName, newExtension, removeExtension
Methods inherited from interface com.powsybl.iidm.network.HvdcConverterStation
getHvdcLine, getHvdcType, getLossFactor, getOtherConverterStation, getType, setLossFactor
Methods inherited from interface com.powsybl.iidm.network.Identifiable
addAlias, addAlias, addAlias, addAlias, getAliases, getAliasFromType, getAliasType, getId, getNameOrId, getNetwork, getOptionalName, getParentNetwork, getProperty, getProperty, getPropertyNames, hasAliases, hasProperty, hasProperty, isFictitious, removeAlias, removeProperty, setFictitious, setName, setProperty
Methods inherited from interface com.powsybl.iidm.network.Injection
getTerminal
-
Method Details
-
getPowerFactor
float getPowerFactor()Get power factor (ratio of the active power and the apparent power)- Returns:
- the power factor.
-
setPowerFactor
Set the power factor. Has to be greater that zero.- Parameters:
powerFactor
- the new power factor- Returns:
- the converter itself to allow method chaining
-