public interface AcscBusFault extends BusRef<BaseAcscBus<?,?>>
The following features are supported:
AcscFaultPackage.getAcscBusFault()
Modifier and Type | Method and Description |
---|---|
BaseAcscBus<?,?> |
getFaultBus()
Get the fault bus (AcscBus)
|
SimpleFaultCode |
getFaultCode()
Returns the value of the 'Fault Code' attribute.
|
AbstractAcscFaultResult |
getFaultResult()
Returns the value of the 'Fault Result' reference.
|
SimpleFaultType |
getFaultType()
Returns the value of the 'Fault Type' attribute.
|
org.apache.commons.math3.complex.Complex |
getZLGFault()
Returns the value of the 'ZLG Fault' attribute.
|
org.apache.commons.math3.complex.Complex |
getZLGFault(Unit.UnitType unit,
double baseV,
double baseKva)
Get the line to ground fault impedence
|
org.apache.commons.math3.complex.Complex |
getZLLFault()
Returns the value of the 'ZLL Fault' attribute.
|
org.apache.commons.math3.complex.Complex |
getZLLFault(Unit.UnitType unit,
double baseV,
double baseKva)
Get the line to line fault impedence
|
void |
setFaultBus(BaseAcscBus<?,?> bus)
set the fault bus (AcscBus)
|
void |
setFaultCode(SimpleFaultCode value)
Sets the value of the '
Fault Code ' attribute. |
void |
setFaultResult(AbstractAcscFaultResult value)
Sets the value of the '
Fault Result ' reference. |
void |
setFaultType(SimpleFaultType value)
Sets the value of the '
Fault Type ' attribute. |
void |
setZLGFault(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
ZLG Fault ' attribute. |
void |
setZLGFault(org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit,
double baseV,
double baseKva)
Set the line to ground fault impedence
|
void |
setZLLFault(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
ZLL Fault ' attribute. |
void |
setZLLFault(org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit,
double baseV,
double baseKva)
Set the line to line fault impedence
|
getBus, setBaseVoltage, setBus
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
SimpleFaultType getFaultType()
"BusFault"
.
The literals are from the enumeration SimpleFaultType
.
If the meaning of the 'Fault Type' attribute isn't clear, there really should be more of a description here...
Bus fault typeSimpleFaultType
,
setFaultType(SimpleFaultType)
,
AcscFaultPackage.getAcscBusFault_FaultType()
void setFaultType(SimpleFaultType value)
Fault Type
' attribute.
value
- the new value of the 'Fault Type' attribute.SimpleFaultType
,
getFaultType()
SimpleFaultCode getFaultCode()
"Ground_3P"
.
The literals are from the enumeration SimpleFaultCode
.
If the meaning of the 'Fault Code' attribute isn't clear, there really should be more of a description here...
Bus fault category codeSimpleFaultCode
,
setFaultCode(SimpleFaultCode)
,
AcscFaultPackage.getAcscBusFault_FaultCode()
void setFaultCode(SimpleFaultCode value)
Fault Code
' attribute.
value
- the new value of the 'Fault Code' attribute.SimpleFaultCode
,
getFaultCode()
org.apache.commons.math3.complex.Complex getZLGFault()
If the meaning of the 'ZLG Fault' attribute isn't clear, there really should be more of a description here...
Bus fault Line-ground Z. It is used in 3Phase, LLG, and LG fault analysis.setZLGFault(Complex)
,
AcscFaultPackage.getAcscBusFault_ZLGFault()
void setZLGFault(org.apache.commons.math3.complex.Complex value)
ZLG Fault
' attribute.
value
- the new value of the 'ZLG Fault' attribute.getZLGFault()
org.apache.commons.math3.complex.Complex getZLLFault()
If the meaning of the 'ZLL Fault' attribute isn't clear, there really should be more of a description here...
Bus fault line-line ZsetZLLFault(Complex)
,
AcscFaultPackage.getAcscBusFault_ZLLFault()
void setZLLFault(org.apache.commons.math3.complex.Complex value)
ZLL Fault
' attribute.
value
- the new value of the 'ZLL Fault' attribute.getZLLFault()
AbstractAcscFaultResult getFaultResult()
If the meaning of the 'Fault Result' attribute isn't clear, there really should be more of a description here...
reference to a fault result containersetFaultResult(AbstractAcscFaultResult)
,
AcscFaultPackage.getAcscBusFault_FaultResult()
void setFaultResult(AbstractAcscFaultResult value)
Fault Result
' reference.
value
- the new value of the 'Fault Result' reference.getFaultResult()
BaseAcscBus<?,?> getFaultBus()
void setFaultBus(BaseAcscBus<?,?> bus)
bus
- the bus object
org.apache.commons.math3.complex.Complex getZLGFault(Unit.UnitType unit, double baseV, double baseKva)
unit
- z unitbaseV
- base voltage for unit conversionbaseKva
- base kva for unit conversion
void setZLGFault(org.apache.commons.math3.complex.Complex z, Unit.UnitType unit, double baseV, double baseKva)
z
- z valueunit
- z unitbaseV
- base voltage for unit conversionbaseKva
- base kva for unit conversion
org.apache.commons.math3.complex.Complex getZLLFault(Unit.UnitType unit, double baseV, double baseKva)
unit
- z unitbaseV
- base votlage for unit conversionbaseKva
- base kva for unit conversion
void setZLLFault(org.apache.commons.math3.complex.Complex z, Unit.UnitType unit, double baseV, double baseKva)
z
- z valueunit
- z unitbaseV
- base voltage for unit conversionbaseKva
- base kva for unit conversion