public interface IAclfBranch
AclfPackage.getIAclfBranch()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
double |
b11ft()
bft of the B11 matrix.
|
double |
b11tf()
btf of the B11 matrix.
|
double |
b1ft()
bft of the B1 matrix.
|
double |
b1tf()
btf of the B1 matrix.
|
org.apache.commons.math3.complex.Complex |
currentIntoNetFromSide()
For computing current of this branch into the network at the from side.
|
org.apache.commons.math3.complex.Complex |
currentIntoNetToSide()
For computing current of this branch into the network at the to side.
|
double |
getRatingMva1()
branch mva rating-1
|
double |
getRatingMva2()
branch mva rating-2
|
double |
getRatingMva3()
branch mva rating-3
|
org.apache.commons.math3.complex.Complex |
yff()
yff of the Y matrix.
|
org.apache.commons.math3.complex.Complex |
yft()
yft of the Y matrix.
|
org.apache.commons.math3.complex.Complex |
ytf()
ytf of the Y matrix.
|
org.apache.commons.math3.complex.Complex |
ytt()
ytt of the Y matrix.
|
static final java.lang.String copyright
double b11ft()
double b11tf()
double b1ft()
double b1tf()
org.apache.commons.math3.complex.Complex yff()
org.apache.commons.math3.complex.Complex ytt()
org.apache.commons.math3.complex.Complex yft()
org.apache.commons.math3.complex.Complex ytf()
org.apache.commons.math3.complex.Complex currentIntoNetFromSide()
org.apache.commons.math3.complex.Complex currentIntoNetToSide()
double getRatingMva1()
double getRatingMva2()
double getRatingMva3()