public interface IPowerTDFactor
extends org.eclipse.emf.ecore.EObject
DclfPackage.getIPowerTDFactor()| Modifier and Type | Method and Description |
|---|---|
double |
pTransferDistFactor(java.lang.String injectBusId,
AclfBranch branch)
Get power transfer distribution factor with inject bus and withdraw bus list for
a monitoring branch fromBusId->toBusId.
|
double |
pTransferDistFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch branch)
Get power transfer distribution factor with inject bus and withdraw bus list for
a monitoring branch fromBusId->toBusId.
|
double pTransferDistFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch branch)
throws ReferenceBusException
injectBusId - injection bus idwithdrawBusId - withdraw bus idbranch - the monitoring branch
ReferenceBusExceptiondouble pTransferDistFactor(java.lang.String injectBusId,
AclfBranch branch)
throws ReferenceBusException
injectBusId - injection bus idbranch - monitoring branch
ReferenceBusException