public interface AcscFaultPointRecord extends NetworkRef<AcscNetwork>
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
getFaultPointV()
Returns the value of the 'Fault Point V' attribute.
|
Complex3x1 |
getFaultScAmps()
Returns the value of the 'Fault Sc Amps' attribute.
|
org.apache.commons.math3.complex.Complex |
getZFault()
Returns the value of the 'ZFault' attribute.
|
void |
setFaultPointV(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Fault Point V' attribute. |
void |
setFaultScAmps(Complex3x1 value)
Sets the value of the '
Fault Sc Amps' attribute. |
void |
setZFault(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
ZFault' attribute. |
getNetwork, setNetworkcheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatuseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetorg.apache.commons.math3.complex.Complex getZFault()
If the meaning of the 'ZFault' attribute isn't clear, there really should be more of a description here...
equivalent fault ZsetZFault(Complex),
AcscFaultPackage.getAcscFaultPointRecord_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 getFaultPointV()
If the meaning of the 'Fault Point V' attribute isn't clear, there really should be more of a description here...
Fault voltagesetFaultPointV(Complex),
AcscFaultPackage.getAcscFaultPointRecord_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()Complex3x1 getFaultScAmps()
If the meaning of the 'Fault Sc Amps' attribute isn't clear, there really should be more of a description here...
fault point currentsetFaultScAmps(Complex3x1),
AcscFaultPackage.getAcscFaultPointRecord_FaultScAmps()void setFaultScAmps(Complex3x1 value)
Fault Sc Amps' attribute.
value - the new value of the 'Fault Sc Amps' attribute.getFaultScAmps()