public interface IBranchScCurrent
extends org.eclipse.emf.ecore.EObject
AcscFaultPackage.getIBranchScCurrent()
Modifier and Type | Method and Description |
---|---|
void |
calBranchCurrent()
Calculate branch current (all branches) for display purpose.
|
Complex3x1 |
calBranchScAmpFrom2To(AcscBranch branch)
Calculate branch current (all branches) for display purpose.
|
Complex3x1 |
calBranchScAmpTo2From(AcscBranch branch)
Calculate branch current (all branches) for display purpose.
|
Complex3x1 |
getBranchAmpsFrom2To_012(int i)
Get the branch fault current from->to in 012 for the index.
|
Complex3x1 |
getBranchAmpsFrom2To_012(int i,
Unit.UnitType unit,
double baseV,
double baseKVA)
Get the branch fault current from->to in 012 for the index.
|
Complex3x1 |
getBranchAmpsFrom2To_abc(int i)
Get the branch fault current from->to in ABC for the index.
|
Complex3x1 |
getBranchAmpsFrom2To_abc(int i,
Unit.UnitType unit,
double baseV,
double baseKVA)
Get the branch fault current from->to in ABC for the index.
|
Complex3x1 |
getBranchAmpsTo2From_012(int i)
Get the branch fault current to->from in 012 for the index.
|
Complex3x1 |
getBranchAmpsTo2From_012(int i,
Unit.UnitType unit,
double baseV,
double baseKVA)
Get the branch fault current to->from in 012 for the index.
|
Complex3x1 |
getBranchAmpsTo2From_abc(int i)
Get the branch fault current to->from in ABC for the index.
|
Complex3x1 |
getBranchAmpsTo2From_abc(int i,
Unit.UnitType unit,
double baseV,
double baseKVA)
Get the branch fault current to->from in ABC for the index.
|
void calBranchCurrent() throws InterpssException
InterpssException
Complex3x1 calBranchScAmpFrom2To(AcscBranch branch) throws InterpssException
branch
- the branch object
InterpssException
Complex3x1 calBranchScAmpTo2From(AcscBranch branch) throws InterpssException
branch
- the branch object
InterpssException
Complex3x1 getBranchAmpsFrom2To_012(int i)
i
- the branch index
Complex3x1 getBranchAmpsTo2From_012(int i)
i
- the branch index
Complex3x1 getBranchAmpsFrom2To_012(int i, Unit.UnitType unit, double baseV, double baseKVA) throws InterpssException
i
- the branch indexunit
- the unitbaseV
- base voltage for the calculationbaseKVA
- system base KVA
InterpssException
Complex3x1 getBranchAmpsTo2From_012(int i, Unit.UnitType unit, double baseV, double baseKVA) throws InterpssException
i
- the branch indexunit
- the unitbaseV
- base voltage for the calculationbaseKVA
- system base KVA
InterpssException
Complex3x1 getBranchAmpsFrom2To_abc(int i)
i
- the branch index
Complex3x1 getBranchAmpsTo2From_abc(int i)
i
- the branch index
Complex3x1 getBranchAmpsFrom2To_abc(int i, Unit.UnitType unit, double baseV, double baseKVA) throws InterpssException
i
- the branch indexunit
- the unitbaseV
- base voltage for the calculationbaseKVA
- system base KVA
InterpssException
Complex3x1 getBranchAmpsTo2From_abc(int i, Unit.UnitType unit, double baseV, double baseKVA) throws InterpssException
i
- the branch indexunit
- the unitbaseV
- base voltage for the calculationbaseKVA
- system base KVA
InterpssException