public interface HvdcLine extends Identifiable<HvdcLine>
HvdcConverterStation
subclass.Modifier and Type | Interface and Description |
---|---|
static class |
HvdcLine.ConvertersMode
Converters mode used to known the sign of the active power of the HVDC line.
|
Modifier and Type | Method and Description |
---|---|
double |
getActivePowerSetpoint()
Get the active power setpoint (in MW).
|
HvdcLine.ConvertersMode |
getConvertersMode()
Get converters mode.
|
HvdcConverterStation<?> |
getConverterStation1()
Get the HVDC converter station connected on side 1.
|
HvdcConverterStation<?> |
getConverterStation2()
Get the HVDC converter station connected on side 2.
|
double |
getMaxP()
Get the maximum active power (in MW).
|
Network |
getNetwork()
Get the network this HVDC line belongs.
|
double |
getNominalV()
Get the nominal voltage (in Kv).
|
double |
getR()
Get resistance (in Ω) of the line.
|
void |
remove()
Remove the HVDC line
|
HvdcLine |
setActivePowerSetpoint(double activePowerSetpoint)
Set the active power setpoint (in MW).
|
HvdcLine |
setConvertersMode(HvdcLine.ConvertersMode mode)
Change converters mode.
|
HvdcLine |
setMaxP(double maxP)
Set the maximum active power (in MW).
|
HvdcLine |
setNominalV(double nominalV)
Set the nominal voltage.
|
HvdcLine |
setR(double r)
Set the resistance (in Ω) of the line.
|
getId, getName, getProperties, hasProperty
addExtension, getExtension, getExtensionByName, getExtensions, removeExtension
Network getNetwork()
HvdcLine.ConvertersMode getConvertersMode()
HvdcLine setConvertersMode(HvdcLine.ConvertersMode mode)
mode
- converters modedouble getR()
HvdcLine setR(double r)
r
- the resistance of the linedouble getNominalV()
HvdcLine setNominalV(double nominalV)
nominalV
- the nominal voltage.double getActivePowerSetpoint()
HvdcLine setActivePowerSetpoint(double activePowerSetpoint)
activePowerSetpoint
- the active power setpointdouble getMaxP()
HvdcLine setMaxP(double maxP)
maxP
- the maximum active powerHvdcConverterStation<?> getConverterStation1()
HvdcConverterStation<?> getConverterStation2()
void remove()
Copyright © 2019. All rights reserved.