public class BusFaultResultInfo
extends java.lang.Object
| Constructor and Description |
|---|
BusFaultResultInfo(int dimenstion) |
| Modifier and Type | Method and Description |
|---|---|
Complex3x1 |
getContriAmps_012(int i)
Get the bus contributing fault current in 012 for the index
|
Complex3x1 |
getContriAmps_012(int i,
Unit.UnitType unit,
double baseV,
double baseKVA)
Get the bus contributing fault current in 012 for the index and unit
|
Complex3x1 |
getContriAmps_abc(int i)
Get the bus contributing fault current in abc for the index
|
Complex3x1 |
getContriAmps_abc(int i,
Unit.UnitType unit,
double baseV,
double baseKVA)
Get the bus contributing fault current in abc for the index and unit
|
Complex3x1 |
getFaultVoltage_012(int i)
Get the bus fault voltage in 012 for the index
|
Complex3x1 |
getFaultVoltage_012(int i,
Unit.UnitType unit,
double baseV)
Get the bus fault voltage in 012 for the index and the unit
|
Complex3x1 |
getFaultVoltage_abc(int i)
Get the bus fault voltage in abc for the index
|
Complex3x1 |
getFaultVoltage_abc(int i,
Unit.UnitType unit,
double baseV)
Get the bus fault voltage in abc for the index and the unit
|
void |
setContriAmps(int i,
Complex3x1 amp) |
void |
setFaultVoltage(org.apache.commons.math3.complex.Complex v,
int i,
SequenceCode seq)
Set bus fault voltage
|
public Complex3x1 getFaultVoltage_012(int i)
i - indexpublic Complex3x1 getFaultVoltage_012(int i, Unit.UnitType unit, double baseV) throws java.lang.Exception
i - indexunit - the unitjava.lang.Exceptionpublic Complex3x1 getFaultVoltage_abc(int i)
i - indexpublic Complex3x1 getFaultVoltage_abc(int i, Unit.UnitType unit, double baseV) throws java.lang.Exception
i - indexunit - the unitjava.lang.Exceptionpublic Complex3x1 getContriAmps_012(int i)
i - indexpublic void setContriAmps(int i,
Complex3x1 amp)
public Complex3x1 getContriAmps_012(int i, Unit.UnitType unit, double baseV, double baseKVA)
i - indexunit - the unitbaseV - base voltage for the calculationnaseKVA - system base KVApublic Complex3x1 getContriAmps_abc(int i)
i - indexpublic Complex3x1 getContriAmps_abc(int i, Unit.UnitType unit, double baseV, double baseKVA) throws java.lang.Exception
i - indexunit - the unitbaseV - base voltage for the calculationnaseKVA - system base KVAjava.lang.Exceptionpublic void setFaultVoltage(org.apache.commons.math3.complex.Complex v,
int i,
SequenceCode seq)
v - the voltagei - bus internal numberseq - sequence number