public interface VSCConverterDyn extends BaseVSCConverter<BaseDStabBus<?,?>>
| Modifier and Type | Method and Description |
|---|---|
double |
getCapConverter()
Returns the value of the 'Cap Converter' attribute.
|
VSCConverterDynController |
getController()
Returns the value of the 'Controller' reference.
|
org.apache.commons.math3.complex.Complex |
getCurrIntoNetwork()
Returns the value of the 'Curr Into Network' attribute.
|
org.apache.commons.math3.complex.Complex |
getIConverter()
Returns the value of the 'IConverter' attribute.
|
org.apache.commons.math3.complex.Complex |
getInitPowerIntoNet()
Returns the value of the 'Init Power Into Net' attribute.
|
double |
getModulateIdx()
Returns the value of the 'Modulate Idx' attribute.
|
double |
getPhShift()
Returns the value of the 'Ph Shift' attribute.
|
org.apache.commons.math3.complex.Complex |
getPqConverter()
Returns the value of the 'Pq Converter' attribute.
|
org.apache.commons.math3.complex.Complex |
getVConverter()
Returns the value of the 'VConverter' attribute.
|
double |
getXReactor()
Returns the value of the 'XReactor' attribute.
|
boolean |
initDStab() |
boolean |
nextStep(double dt) |
void |
setCapConverter(double value)
Sets the value of the '
Cap Converter' attribute. |
void |
setController(VSCConverterDynController value)
Sets the value of the '
Controller' reference. |
void |
setCurrIntoNetwork(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Curr Into Network' attribute. |
void |
setIConverter(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
IConverter' attribute. |
void |
setInitPowerIntoNet(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Init Power Into Net' attribute. |
void |
setModulateIdx(double value)
Sets the value of the '
Modulate Idx' attribute. |
void |
setPhShift(double value)
Sets the value of the '
Ph Shift' attribute. |
void |
setPqConverter(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Pq Converter' attribute. |
void |
setVConverter(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
VConverter' attribute. |
void |
setXReactor(double value)
Sets the value of the '
XReactor' attribute. |
getAcControlMode, getAcCurrentRating, getAcSetPoint, getDcControlMode, getDcSetPoint, getMvaRating, getParentHvdc, getPdc, getPowerIntoNetwork, getPowerIntoNetworkMva, getQMaxMvar, getQMinMvar, getRemoteControlBusId, getRemoteControlPercent, getVdc, isInverter, isRectifier, setAcControlMode, setAcCurrentRating, setAcSetPoint, setDcControlMode, setDcSetPoint, setMvaRating, setNormalOperationMode, setParentHvdc, setPdc, setPowerIntoNetwork, setPowerIntoNetworkMva, setQMaxMvar, setQMinMvar, setRectifier, setRemoteControlBusId, setRemoteControlPercent, setVdcgetBus, setBaseVoltage, setBuscheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatuseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetdouble getCapConverter()
"0".
setCapConverter(double),
DStabHvdcPackage.getVSCConverterDyn_CapConverter()void setCapConverter(double value)
Cap Converter' attribute.
value - the new value of the 'Cap Converter' attribute.getCapConverter()double getXReactor()
"0".
pu on converter MVA based
setXReactor(double),
DStabHvdcPackage.getVSCConverterDyn_XReactor()void setXReactor(double value)
XReactor' attribute.
value - the new value of the 'XReactor' attribute.getXReactor()org.apache.commons.math3.complex.Complex getInitPowerIntoNet()
"0".
setInitPowerIntoNet(Complex),
DStabHvdcPackage.getVSCConverterDyn_InitPowerIntoNet()void setInitPowerIntoNet(org.apache.commons.math3.complex.Complex value)
Init Power Into Net' attribute.
value - the new value of the 'Init Power Into Net' attribute.getInitPowerIntoNet()org.apache.commons.math3.complex.Complex getCurrIntoNetwork()
"0".
setCurrIntoNetwork(Complex),
DStabHvdcPackage.getVSCConverterDyn_CurrIntoNetwork()void setCurrIntoNetwork(org.apache.commons.math3.complex.Complex value)
Curr Into Network' attribute.
value - the new value of the 'Curr Into Network' attribute.getCurrIntoNetwork()org.apache.commons.math3.complex.Complex getPqConverter()
"0".
setPqConverter(Complex),
DStabHvdcPackage.getVSCConverterDyn_PqConverter()void setPqConverter(org.apache.commons.math3.complex.Complex value)
Pq Converter' attribute.
value - the new value of the 'Pq Converter' attribute.getPqConverter()org.apache.commons.math3.complex.Complex getIConverter()
"0".
setIConverter(Complex),
DStabHvdcPackage.getVSCConverterDyn_IConverter()void setIConverter(org.apache.commons.math3.complex.Complex value)
IConverter' attribute.
value - the new value of the 'IConverter' attribute.getIConverter()org.apache.commons.math3.complex.Complex getVConverter()
"0".
setVConverter(Complex),
DStabHvdcPackage.getVSCConverterDyn_VConverter()void setVConverter(org.apache.commons.math3.complex.Complex value)
VConverter' attribute.
value - the new value of the 'VConverter' attribute.getVConverter()double getPhShift()
"0".
in rad, the converter AC bus voltage angle with reference to the voltage angle of the POI bus
setPhShift(double),
DStabHvdcPackage.getVSCConverterDyn_PhShift()void setPhShift(double value)
Ph Shift' attribute.
value - the new value of the 'Ph Shift' attribute.getPhShift()double getModulateIdx()
"0".
modulation index, m = vmag/pole-to-pole Vdc
setModulateIdx(double),
DStabHvdcPackage.getVSCConverterDyn_ModulateIdx()void setModulateIdx(double value)
Modulate Idx' attribute.
value - the new value of the 'Modulate Idx' attribute.getModulateIdx()VSCConverterDynController getController()
setController(VSCConverterDynController),
DStabHvdcPackage.getVSCConverterDyn_Controller()void setController(VSCConverterDynController value)
Controller' reference.
value - the new value of the 'Controller' reference.getController()boolean initDStab()
boolean nextStep(double dt)