| Modifier and Type | Method and Description |
|---|---|
static RemoteQBus |
CoreObjectFactory.createRemoteQBus()
Create a RemoteQBus object - Remote Q voltage control bus class.
|
static RemoteQBus |
CoreObjectFactory.createRemoteQBus(BaseAclfBus<?,?> bus)
Create a RemoteQBus object - Remote Q voltage control bus class.
|
static RemoteQBus |
CoreObjectFactory.createRemoteQBus(BaseAclfBus<?,?> bus,
RemoteQControlType type,
java.lang.String remoteId)
Create a RemoteQBus object - Remote Q voltage control bus class.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteQBus |
IAclfBusAdjustment.getRemoteQBus()
get the remote Q control object
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RemoteQBus> |
BaseAclfNetwork.getRemoteQBusList()
Returns the value of the 'Remote QBus List' reference list.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SwitchedShunt
A representation of the model object 'Switched Shunt'.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteQBus |
AclfAdjustFactory.createRemoteQBus()
Returns a new object of class 'Remote QBus'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteQBusImpl
An implementation of the model object 'Remote QBus'.
|
class |
SwitchedShuntImpl |
| Modifier and Type | Method and Description |
|---|---|
RemoteQBus |
AclfAdjustFactoryImpl.createRemoteQBus() |
| Modifier and Type | Method and Description |
|---|---|
T |
AclfAdjustSwitch.caseRemoteQBus(RemoteQBus object)
Returns the result of interpreting the object as an instance of 'Remote QBus'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StaticVarCompensator
A representation of the model object 'Switch Cap Bank'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StaticVarCompensatorImpl
An implementation of the model object 'Switch Cap Bank'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
FACTSSwitch.caseRemoteQBus(RemoteQBus object)
Returns the result of interpreting the object as an instance of 'Remote QBus'.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteQBus |
BaseAclfBusImpl.getRemoteQBus() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RemoteQBus> |
BaseAclfNetworkImpl.getRemoteQBusList() |
| Modifier and Type | Method and Description |
|---|---|
static RemoteQBus |
AclfAdjInputUtilFunc.addRemoteQBusMvarFlowTo(AclfNetwork adjNet,
java.lang.String busId,
java.lang.String remoteBranchId,
double vSpec,
Unit.UnitType vUnit,
double qMax,
double qMin,
Unit.UnitType qUnit,
boolean onFromSide,
boolean flowFrom2To)
Add Bus Q control of a remote branch mvar flow
|
static RemoteQBus |
AclfAdjInputUtilFunc.addRemoteQBusVoltageTo(AclfNetwork adjNet,
java.lang.String busId,
java.lang.String remoteBusId,
double vSpec,
Unit.UnitType vUnit,
double qMax,
double qMin,
Unit.UnitType qUnit)
add bus Q control of a remote bus voltage
|