public interface IBranchAngleShiftFactor
extends org.eclipse.emf.ecore.EObject
DclfPackage.getIBranchAngleShiftFactor()| Modifier and Type | Method and Description |
|---|---|
double |
branchAngleShiftFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch monitorBranch)
branch angle shift factor = dP(monitorBranch)/dBranchAngle(injectBus->withdrawBus)
|
double |
branchAngleShiftFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch monitorBranch,
Unit.UnitType angUnit)
branch angle shift factor = dP(monitorBranch)/dBranchAngle(injectBus->withdrawBus)
|
double |
psXfrShiftFactor(AclfBranch psXfr,
AclfBranch monitorBranch) |
double |
psXfrShiftFactor(AclfBranch psXfr,
AclfBranch monitorBranch,
Unit.UnitType angUnit)
branch angle shift factor = dP(monitorBranch)/dBranchAngle(injectBus->withdrawBus)
|
double branchAngleShiftFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch monitorBranch)
throws ReferenceBusException,
BranchAngleSenException,
InterpssException
injectBusId - injection bus idwithdrawBusId - withdraw bus idmonitorBranch - monitoring branch
ReferenceBusExceptionBranchAngleSenExceptionInterpssExceptiondouble psXfrShiftFactor(AclfBranch psXfr, AclfBranch monitorBranch) throws ReferenceBusException, BranchAngleSenException
double psXfrShiftFactor(AclfBranch psXfr, AclfBranch monitorBranch, Unit.UnitType angUnit) throws ReferenceBusException, BranchAngleSenException
psXfr - PsXfr branchmonitorBranch - monitoring branchangUnit - angle unit
ReferenceBusExceptionBranchAngleSenExceptiondouble branchAngleShiftFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch monitorBranch,
Unit.UnitType angUnit)
throws ReferenceBusException,
BranchAngleSenException,
InterpssException
injectBusId - injection bus idwithdrawBusId - withdraw bus idmonitorBranch - monitoring branchangUnit - angle unit
ReferenceBusExceptionBranchAngleSenExceptionInterpssException