public interface HvdcConverterStation<T extends HvdcConverterStation<T>> extends Injection<T>
Modifier and Type | Interface and Description |
---|---|
static class |
HvdcConverterStation.HvdcType
HDVC type: VSC or LCC
|
Modifier and Type | Method and Description |
---|---|
default HvdcLine |
getHvdcLine()
Return the HVDC line attached to this station.
|
HvdcConverterStation.HvdcType |
getHvdcType()
Get HVDC type.
|
float |
getLossFactor()
Get the loss factor.
|
T |
setLossFactor(float lossFactor)
Set the loss factor
|
getTerminal
getTerminals, getType, remove
addAlias, getAliases, getId, getName, getNameOrId, getNetwork, getOptionalName, getProperties, getProperty, getProperty, getPropertyNames, hasAliases, hasProperty, hasProperty, isFictitious, removeAlias, setFictitious, setProperty
addExtension, getExtension, getExtensionByName, getExtensions, getImplementationName, newExtension, removeExtension
default HvdcLine getHvdcLine()
HvdcConverterStation.HvdcType getHvdcType()
float getLossFactor()
T setLossFactor(float lossFactor)
lossFactor
- the loss factorCopyright © 2020. All rights reserved.