Package | Description |
---|---|
com.interpss.dstab | |
com.interpss.dstab.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<StaticLoadModel> |
StaticLoadModel.VALUES
A public read-only list of all the 'Static Load Model' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static StaticLoadModel |
StaticLoadModel.get(int value)
Returns the 'Static Load Model' literal with the specified integer value.
|
static StaticLoadModel |
StaticLoadModel.get(java.lang.String literal)
Returns the 'Static Load Model' literal with the specified literal value.
|
StaticLoadModel |
BaseDStabBus.getActiveStaticLoadModel()
get the bus level Static Load Model for the active power portion
|
static StaticLoadModel |
StaticLoadModel.getByName(java.lang.String name)
Returns the 'Static Load Model' literal with the specified name.
|
StaticLoadModel |
BaseDStabBus.getReactiveStaticLoadModeel()
get the bus level Static Load Model for the reactive power portion
|
StaticLoadModel |
BaseDStabNetwork.getReactiveStaticLoadModel() |
StaticLoadModel |
BaseDStabNetwork.getStaticLoadModel()
Returns the value of the 'Static Load Model' attribute.
|
static StaticLoadModel |
StaticLoadModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StaticLoadModel[] |
StaticLoadModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex |
BaseDStabBus.calDStabLoad(StaticLoadModel loadModel,
double switchVoltage)
Deprecated.
|
org.apache.commons.math3.complex.Complex |
BaseDStabBus.injCurDynamic(StaticLoadModel loadModel,
double loadSwitchVolt,
double switchDeadZone)
Calculate bus dynamic inject current, including machine Igen plus Load injection
current if it is modeled as constant power load.
|
void |
BaseDStabBus.setActiveStaticLoadModel(StaticLoadModel value)
set the bus level Static Load Model for the active power portion
|
void |
BaseDStabNetwork.setReactiveStaticLoadModel(StaticLoadModel value) |
void |
BaseDStabBus.setReactiveStaticLoadModel(StaticLoadModel value)
set the bus level Static Load Model for the reactive power portion
|
void |
BaseDStabNetwork.setStaticLoadModel(StaticLoadModel value)
Sets the value of the '
Static Load Model ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected StaticLoadModel |
BaseDStabBusImpl.activeStaticLoadModel |
protected static StaticLoadModel |
BaseDStabNetworkImpl.REACTIVE_STATIC_LOAD_MODEL_EDEFAULT |
protected StaticLoadModel |
BaseDStabNetworkImpl.reactiveStaticLoadModel |
protected StaticLoadModel |
BaseDStabBusImpl.reactiveStaticLoadModel |
protected static StaticLoadModel |
BaseDStabNetworkImpl.STATIC_LOAD_MODEL_EDEFAULT
The default value of the '
Static Load Model ' attribute. |
protected StaticLoadModel |
BaseDStabNetworkImpl.staticLoadModel
The cached value of the '
Static Load Model ' attribute. |
Modifier and Type | Method and Description |
---|---|
StaticLoadModel |
DstabFactoryImpl.createStaticLoadModelFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
StaticLoadModel |
BaseDStabBusImpl.getActiveStaticLoadModel() |
StaticLoadModel |
BaseDStabBusImpl.getReactiveStaticLoadModeel() |
StaticLoadModel |
BaseDStabNetworkImpl.getReactiveStaticLoadModel() |
StaticLoadModel |
BaseDStabNetworkImpl.getStaticLoadModel() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex |
BaseDStabBusImpl.calDStabLoad(StaticLoadModel loadModel,
double switchVoltage)
Deprecated.
|
org.apache.commons.math3.complex.Complex |
BaseDStabBusImpl.injCurDynamic(StaticLoadModel loadModel,
double loadSwitchVolt,
double switchDeadZone) |
void |
BaseDStabBusImpl.setActiveStaticLoadModel(StaticLoadModel value) |
void |
BaseDStabNetworkImpl.setReactiveStaticLoadModel(StaticLoadModel newStaticLoadModel) |
void |
BaseDStabBusImpl.setReactiveStaticLoadModel(StaticLoadModel value) |
void |
BaseDStabNetworkImpl.setStaticLoadModel(StaticLoadModel newStaticLoadModel) |