public interface AbstractAcscFaultResult extends NetworkRef<BaseAcscNetwork<?,?>>, IFaultResult
The following features are supported:
Modifier and Type | Method and Description |
---|---|
AcscNetwork |
getAcscNet()
Get the AcscNetwork object
|
Complex3x1 |
getFaultPointAmps()
Returns the value of the 'Fault Point Amps' attribute.
|
org.apache.commons.math3.complex.Complex |
getFaultPointV()
Returns the value of the 'Fault Point V' attribute.
|
org.apache.commons.math3.complex.Complex |
getZEqFault()
Returns the value of the 'ZEq Fault' attribute.
|
org.apache.commons.math3.complex.Complex |
getZEqFault(Unit.UnitType unit,
double baseV,
double baseKva)
Get the fault equivalent impedance in the unit
|
org.apache.commons.math3.complex.Complex |
getZFault()
Returns the value of the 'ZFault' attribute.
|
org.apache.commons.math3.complex.Complex |
getZFault(Unit.UnitType unit,
double baseV,
double baseKva)
Get the fault impedance in the unit
|
boolean |
isCacheBusScVolt()
Returns the value of the 'Cache Bus Sc Volt' attribute.
|
void |
setCacheBusScVolt(boolean value)
Sets the value of the '
Cache Bus Sc Volt ' attribute. |
void |
setFaultPointAmps(Complex3x1 value)
Sets the value of the '
Fault Point Amps ' attribute. |
void |
setFaultPointV(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Fault Point V ' attribute. |
void |
setFaultPointV(org.apache.commons.math3.complex.Complex v,
double baseV,
Unit.UnitType unit)
set the fault point voltage (positive) in the unit
|
void |
setZEqFault(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
ZEq Fault ' attribute. |
void |
setZFault(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
ZFault ' attribute. |
java.lang.String |
toString(double baseV)
Return a String representation of the object state
|
getNetwork, setNetwork
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
readData, writeData
getSCCurrent_012, getSCCurrent_012, getSCCurrent_abc, getSCCurrent_abc, setSCCurrent
calContributingCurrent, getBusContriAmps_012, getBusContriAmps_012, getBusVoltage_012, setBusVoltage
calBranchCurrent, calBranchScAmpFrom2To, calBranchScAmpTo2From, getBranchAmpsFrom2To_012, getBranchAmpsFrom2To_012, getBranchAmpsFrom2To_abc, getBranchAmpsFrom2To_abc, getBranchAmpsTo2From_012, getBranchAmpsTo2From_012, getBranchAmpsTo2From_abc, getBranchAmpsTo2From_abc
boolean isCacheBusScVolt()
"false"
.
Bus SC voltage result cache indicator
setCacheBusScVolt(boolean)
,
AcscFaultPackage.getAbstractAcscFaultResult_CacheBusScVolt()
void setCacheBusScVolt(boolean value)
Cache Bus Sc Volt
' attribute.
value
- the new value of the 'Cache Bus Sc Volt' attribute.isCacheBusScVolt()
Complex3x1 getFaultPointAmps()
setFaultPointAmps(Complex3x1)
,
AcscFaultPackage.getAbstractAcscFaultResult_FaultPointAmps()
void setFaultPointAmps(Complex3x1 value)
Fault Point Amps
' attribute.
value
- the new value of the 'Fault Point Amps' attribute.getFaultPointAmps()
org.apache.commons.math3.complex.Complex getFaultPointV()
setFaultPointV(Complex)
,
AcscFaultPackage.getAbstractAcscFaultResult_FaultPointV()
void setFaultPointV(org.apache.commons.math3.complex.Complex value)
Fault Point V
' attribute.
value
- the new value of the 'Fault Point V' attribute.getFaultPointV()
org.apache.commons.math3.complex.Complex getZFault()
setZFault(Complex)
,
AcscFaultPackage.getAbstractAcscFaultResult_ZFault()
void setZFault(org.apache.commons.math3.complex.Complex value)
ZFault
' attribute.
value
- the new value of the 'ZFault' attribute.getZFault()
org.apache.commons.math3.complex.Complex getZEqFault()
setZEqFault(Complex)
,
AcscFaultPackage.getAbstractAcscFaultResult_ZEqFault()
void setZEqFault(org.apache.commons.math3.complex.Complex value)
ZEq Fault
' attribute.
value
- the new value of the 'ZEq Fault' attribute.getZEqFault()
AcscNetwork getAcscNet()
org.apache.commons.math3.complex.Complex getZFault(Unit.UnitType unit, double baseV, double baseKva) throws InterpssException
unit
- z unitbaseV
- base voltage for unit conversionbaseKva
- base kva for unit conversion
InterpssException
org.apache.commons.math3.complex.Complex getZEqFault(Unit.UnitType unit, double baseV, double baseKva) throws InterpssException
unit
- z unitbaseV
- base voltage for unit conversionbaseKva
- base kva for unit conversion
InterpssException
void setFaultPointV(org.apache.commons.math3.complex.Complex v, double baseV, Unit.UnitType unit)
v
- the fault point voltage (positive)baseV
- base voltage for unit conversionunit
- z unit
java.lang.String toString(double baseV)
baseV
- base voltage for unit conversion