Package com.powsybl.iidm.network
Interface HvdcConverterStation<T extends HvdcConverterStation<T>>
- All Superinterfaces:
Connectable<T>
,Extendable<T>
,Identifiable<T>
,Injection<T>
- All Known Subinterfaces:
LccConverterStation
,VscConverterStation
HVDC converter station. This is the base class for VSC and LCC.
AC side of the converter is connected inside a substation.
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>, Mathieu Bague <mathieu.bague at rte-france.com>
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
HDVC type: VSC or LCC -
Method Summary
Modifier and TypeMethodDescriptiondefault HvdcLine
Return the HVDC line attached to this station.Get HVDC type.float
Get the loss factor.default Optional<? extends HvdcConverterStation<?>>
Get the converter station at the other side of the hvdc line.default IdentifiableType
getType()
Get identifiable type.setLossFactor
(float lossFactor) Set the loss factorMethods inherited from interface com.powsybl.iidm.network.Connectable
connect, connect, 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.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
-
getHvdcLine
Return the HVDC line attached to this station.- Returns:
- the HVDC line attached to this station or null.
-
getHvdcType
HvdcConverterStation.HvdcType getHvdcType()Get HVDC type.- Returns:
- HVDC type
-
getLossFactor
float getLossFactor()Get the loss factor.- Returns:
- the loss factor.
-
setLossFactor
Set the loss factor- Parameters:
lossFactor
- the loss factor- Returns:
- this station
-
getOtherConverterStation
Get the converter station at the other side of the hvdc line.- Returns:
- the other converter station
-
getType
Description copied from interface:Identifiable
Get identifiable type.- Specified by:
getType
in interfaceIdentifiable<T extends HvdcConverterStation<T>>
- Returns:
- the identifiable type
-