public interface StaticVarCompensator extends Injection<StaticVarCompensator>
Modifier and Type | Interface and Description |
---|---|
static class |
StaticVarCompensator.RegulationMode |
Modifier and Type | Method and Description |
---|---|
double |
getBmax()
Get the maximum susceptance in S.
|
double |
getBmin()
Get the minimum susceptance in S.
|
double |
getReactivePowerSetPoint()
Get the reactive power setpoint in MVAR.
|
StaticVarCompensator.RegulationMode |
getRegulationMode()
Get the regulating mode.
|
double |
getVoltageSetPoint()
Get the voltage setpoint in Kv.
|
StaticVarCompensator |
setBmax(double bMax)
Set the maximum susceptance in S.
|
StaticVarCompensator |
setBmin(double bMin)
Set the minimum susceptance in S.
|
StaticVarCompensator |
setReactivePowerSetPoint(double reactivePowerSetPoint)
Set the reactive power setpoint in MVAR.
|
StaticVarCompensator |
setRegulationMode(StaticVarCompensator.RegulationMode regulationMode)
set the regulating mode.
|
StaticVarCompensator |
setVoltageSetPoint(double voltageSetPoint)
Set the voltage setpoint in Kv.
|
getTerminal
getTerminals, getType, remove
getId, getName, getNetwork, getProperties, getProperty, getProperty, getPropertyNames, hasProperty, hasProperty, setProperty
addExtension, getExtension, getExtensionByName, getExtensions, removeExtension
double getBmin()
StaticVarCompensator setBmin(double bMin)
bMin
- minimum susceptancedouble getBmax()
StaticVarCompensator setBmax(double bMax)
bMax
- the maximum susceptancedouble getVoltageSetPoint()
Get the voltage setpoint in Kv.
Needed only when regulating mode is set to StaticVarCompensator.RegulationMode.VOLTAGE
.
Depends on the working variant.
StaticVarCompensator setVoltageSetPoint(double voltageSetPoint)
Set the voltage setpoint in Kv.
Needed only when regulating mode is set to StaticVarCompensator.RegulationMode.VOLTAGE
.
Depends on the working variant.
voltageSetPoint
- the voltage setpointdouble getReactivePowerSetPoint()
Get the reactive power setpoint in MVAR.
Needed only when regulating mode is set to StaticVarCompensator.RegulationMode.REACTIVE_POWER
.
Depends on the working variant.
StaticVarCompensator setReactivePowerSetPoint(double reactivePowerSetPoint)
Set the reactive power setpoint in MVAR.
Needed only when regulating mode is set to StaticVarCompensator.RegulationMode.REACTIVE_POWER
.
Depends on the working variant.
reactivePowerSetPoint
- the reactive power setpointStaticVarCompensator.RegulationMode getRegulationMode()
Get the regulating mode.
Depends on the working variant.
StaticVarCompensator setRegulationMode(StaticVarCompensator.RegulationMode regulationMode)
set the regulating mode.
Depends on the working variant.
regulationMode
- the regulating modeCopyright © 2019. All rights reserved.