public class BranchFaultResultInfo
extends java.lang.Object
| Constructor and Description |
|---|
BranchFaultResultInfo(int points) |
| Modifier and Type | Method and Description |
|---|---|
Complex3x1 |
getFaultAmps_012From2To(int i)
Get the branch fault current from->to in 012 for the index
|
Complex3x1 |
getFaultAmps_012To2From(int i)
Get the branch fault current to->from in 012 for the index
|
Complex3x1 |
getFaultAmpsFrom2To_012(int i,
Unit.UnitType unit,
double baseV,
double baseKVA)
Get the branch fault current in 012 from->to for the index and the unit
|
Complex3x1 |
getFaultAmpsFrom2To_abc(int i)
Get the branch fault current in abc from->to for the index
|
Complex3x1 |
getFaultAmpsFrom2To_abc(int i,
Unit.UnitType unit,
double baseV,
double baseKVA)
Get the branch fault current in abc from->to for the index and the unit
|
Complex3x1 |
getFaultAmpsTo2From_012(int i,
Unit.UnitType unit,
double baseV,
double baseKVA)
Get the branch fault current in 012 to->from for the index and the unit
|
Complex3x1 |
getFaultAmpsTo2From_abc(int i)
Get the branch fault current in abc to->from for the index
|
Complex3x1 |
getFaultAmpsTo2From_abc(int i,
Unit.UnitType unit,
double baseV,
double baseKVA)
Get the branch fault current in abc to->from for the index and the unit
|
void |
setFaultAmpsFrom2To(int i,
Complex3x1 amp) |
void |
setFaultAmpsTo2From(int i,
Complex3x1 amp) |
public Complex3x1 getFaultAmps_012From2To(int i)
i - indexpublic void setFaultAmpsFrom2To(int i,
Complex3x1 amp)
public Complex3x1 getFaultAmps_012To2From(int i)
i - indexpublic void setFaultAmpsTo2From(int i,
Complex3x1 amp)
public Complex3x1 getFaultAmpsFrom2To_012(int i, Unit.UnitType unit, double baseV, double baseKVA) throws InterpssException
i - indexunit - the unitbaseV - base voltage for the calculationnaseKVA - system base KVAInterpssExceptionpublic Complex3x1 getFaultAmpsTo2From_012(int i, Unit.UnitType unit, double baseV, double baseKVA) throws InterpssException
i - indexunit - the unitbaseV - base voltage for the calculationnaseKVA - system base KVAInterpssExceptionpublic Complex3x1 getFaultAmpsFrom2To_abc(int i)
i - indexpublic Complex3x1 getFaultAmpsTo2From_abc(int i)
i - indexpublic Complex3x1 getFaultAmpsFrom2To_abc(int i, Unit.UnitType unit, double baseV, double baseKVA) throws InterpssException
i - indexunit - the unitbaseV - base voltage for the calculationnaseKVA - system base KVAInterpssExceptionpublic Complex3x1 getFaultAmpsTo2From_abc(int i, Unit.UnitType unit, double baseV, double baseKVA) throws InterpssException
i - indexunit - the unitbaseV - base voltage for the calculationnaseKVA - system base KVAInterpssException