public interface DynLoadModel extends DynamicBusDevice
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
getCompensateCurInj()
Returns the value of the 'Compensate Cur Inj' attribute.
|
org.apache.commons.math3.complex.Complex |
getCompensateShuntY()
Returns the value of the 'Compensate Shunt Y' attribute.
|
org.apache.commons.math3.complex.Complex |
getCurrInj2Net()
Returns the value of the 'Curr Inj2 Net' attribute.
|
org.apache.commons.math3.complex.Complex |
getEquivY()
Returns the value of the 'Equiv Y' attribute.
|
org.apache.commons.math3.complex.Complex |
getInitLoadPQ()
Returns the value of the 'Init Load PQ' attribute.
|
double |
getLoadPercent()
Returns the value of the 'Load Percent' attribute.
|
org.apache.commons.math3.complex.Complex |
getLoadPQ()
Returns the value of the 'Load PQ' attribute.
|
double |
getMVABase()
Returns the value of the 'MVA Base' attribute.
|
org.apache.commons.math3.complex.Complex |
getPosSeqEquivY()
The load is modeled as equivalent admittance in parallel of compensation current injection
|
void |
setCompensateCurInj(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Compensate Cur Inj' attribute. |
void |
setCompensateShuntY(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Compensate Shunt Y' attribute. |
void |
setCurrInj2Net(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Curr Inj2 Net' attribute. |
void |
setEquivY(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Equiv Y' attribute. |
void |
setInitLoadPQ(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Init Load PQ' attribute. |
void |
setLoadPercent(double value)
Sets the value of the '
Load Percent' attribute. |
void |
setLoadPQ(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Load PQ' attribute. |
void |
setMVABase(double value)
Sets the value of the '
MVA Base' attribute. |
getDeviceType, getDStabBus, setDeviceType, setDStabBusgetScripts, setScriptscheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatusreadData, writeDatagetOutput, getOutput, getOutputList, getOutputObject, getStates, getStates, initStates, initStates, initStates, nextStep, nextStep, nextStepElectrical, nextStepMechanical, updateAttributesdouble getLoadPercent()
setLoadPercent(double),
DStabDynamicLoadPackage.getDynLoadModel_LoadPercent()void setLoadPercent(double value)
Load Percent' attribute.
value - the new value of the 'Load Percent' attribute.getLoadPercent()double getMVABase()
setMVABase(double),
DStabDynamicLoadPackage.getDynLoadModel_MVABase()void setMVABase(double value)
MVA Base' attribute.
value - the new value of the 'MVA Base' attribute.getMVABase()org.apache.commons.math3.complex.Complex getLoadPQ()
setLoadPQ(Complex),
DStabDynamicLoadPackage.getDynLoadModel_LoadPQ()void setLoadPQ(org.apache.commons.math3.complex.Complex value)
Load PQ' attribute.
value - the new value of the 'Load PQ' attribute.getLoadPQ()org.apache.commons.math3.complex.Complex getInitLoadPQ()
setInitLoadPQ(Complex),
DStabDynamicLoadPackage.getDynLoadModel_InitLoadPQ()void setInitLoadPQ(org.apache.commons.math3.complex.Complex value)
Init Load PQ' attribute.
value - the new value of the 'Init Load PQ' attribute.getInitLoadPQ()org.apache.commons.math3.complex.Complex getEquivY()
setEquivY(Complex),
DStabDynamicLoadPackage.getDynLoadModel_EquivY()void setEquivY(org.apache.commons.math3.complex.Complex value)
Equiv Y' attribute.
value - the new value of the 'Equiv Y' attribute.getEquivY()org.apache.commons.math3.complex.Complex getCompensateCurInj()
setCompensateCurInj(Complex),
DStabDynamicLoadPackage.getDynLoadModel_CompensateCurInj()void setCompensateCurInj(org.apache.commons.math3.complex.Complex value)
Compensate Cur Inj' attribute.
value - the new value of the 'Compensate Cur Inj' attribute.getCompensateCurInj()org.apache.commons.math3.complex.Complex getCompensateShuntY()
setCompensateShuntY(Complex),
DStabDynamicLoadPackage.getDynLoadModel_CompensateShuntY()void setCompensateShuntY(org.apache.commons.math3.complex.Complex value)
Compensate Shunt Y' attribute.
value - the new value of the 'Compensate Shunt Y' attribute.getCompensateShuntY()org.apache.commons.math3.complex.Complex getCurrInj2Net()
setCurrInj2Net(Complex),
DStabDynamicLoadPackage.getDynLoadModel_CurrInj2Net()void setCurrInj2Net(org.apache.commons.math3.complex.Complex value)
Curr Inj2 Net' attribute.
value - the new value of the 'Curr Inj2 Net' attribute.getCurrInj2Net()org.apache.commons.math3.complex.Complex getPosSeqEquivY()