public interface IPowerTDFactor
extends org.eclipse.emf.ecore.EObject
DclfAlgorithmPackage.getIPowerTDFactor()| Modifier and Type | Method and Description |
|---|---|
double |
pTransferDistFactor(java.lang.String injectBusId,
AclfBranch branch)
Get power transfer distribution factor with inject bus and Ref bus as the withdraw bus for
the monitoring branch.
|
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.
|
double[] |
pTransferDistFactors(java.lang.String injectBusId,
java.lang.String withdrawBusId)
Get power transfer distribution factors for all branches in the network with inject bus and withdraw bus.
|
double pTransferDistFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch branch)
throws InterpssException
injectBusId - injection bus idwithdrawBusId - withdraw bus idbranch - the monitoring branch
InterpssExceptiondouble[] pTransferDistFactors(java.lang.String injectBusId,
java.lang.String withdrawBusId)
throws InterpssException
injectBusId - injection bus idwithdrawBusId - withdraw bus id
InterpssExceptiondouble pTransferDistFactor(java.lang.String injectBusId,
AclfBranch branch)
throws InterpssException
injectBusId - injection bus idbranch - monitoring branch
InterpssException