public interface IBranchAngleShiftFactor
extends org.eclipse.emf.ecore.EObject
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)
branch angle shift factor = dP(monitorBranch)/dBranchAngle(injectBus->withdrawBus)
|
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 InterpssException
injectBusId
- injection bus idwithdrawBusId
- withdraw bus idmonitorBranch
- monitoring branch
InterpssException
double branchAngleShiftFactor(java.lang.String injectBusId, java.lang.String withdrawBusId, AclfBranch monitorBranch, Unit.UnitType angUnit) throws InterpssException
injectBusId
- injection bus idwithdrawBusId
- withdraw bus idmonitorBranch
- monitoring branchangUnit
- angle unit
InterpssException
double psXfrShiftFactor(AclfBranch psXfr, AclfBranch monitorBranch) throws InterpssException
psXfr
- PSXfr branchmonitorBranch
- monitoring branch
InterpssException
double psXfrShiftFactor(AclfBranch psXfr, AclfBranch monitorBranch, Unit.UnitType angUnit) throws InterpssException
psXfr
- PsXfr branchmonitorBranch
- monitoring branchangUnit
- angle unit
InterpssException