public interface AcscGen extends AclfGen
The following features are supported:
AcscPackage.getAcscGen()
Modifier and Type | Method and Description |
---|---|
BusScGrounding |
getGrounding()
Returns the value of the 'Grounding' containment reference.
|
org.apache.commons.math3.complex.Complex |
getNegGenZ()
Returns the value of the 'Neg Gen Z' attribute.
|
org.apache.commons.math3.complex.Complex |
getPosGenZ()
Returns the value of the 'Pos Gen Z' attribute.
|
org.apache.commons.math3.complex.Complex |
getZeroGenZ()
Returns the value of the 'Zero Gen Z' attribute.
|
double |
getZMultiFactor()
Returns the value of the 'ZMulti Factor' attribute.
|
void |
setGrounding(BusScGrounding value)
Sets the value of the '
Grounding ' containment reference. |
void |
setNegGenZ(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Neg Gen Z ' attribute. |
void |
setPosGenZ(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Pos Gen Z ' attribute. |
void |
setZeroGenZ(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Zero Gen Z ' attribute. |
void |
setZMultiFactor(double value)
Sets the value of the '
ZMulti Factor ' attribute. |
getCode, getDesiredVoltMag, getGen, getMvaBase, getMvarControlPFactor, getMwControlPFactor, getParentBus, getPGenLimit, getQGenLimit, getRatedVoltage, getRemoteVControlBusId, getSourceZ, getVLimit, getXfrTap, getXfrZ, setCode, setDesiredVoltMag, setGen, setMvaBase, setMvarControlPFactor, setMwControlPFactor, setParentBus, setPGenLimit, setQGenLimit, setRatedVoltage, setRemoteVControlBusId, setSourceZ, setVLimit, setXfrTap, setXfrZ, toString
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
org.apache.commons.math3.complex.Complex getPosGenZ()
setPosGenZ(Complex)
,
AcscPackage.getAcscGen_PosGenZ()
void setPosGenZ(org.apache.commons.math3.complex.Complex value)
Pos Gen Z
' attribute.
value
- the new value of the 'Pos Gen Z' attribute.getPosGenZ()
org.apache.commons.math3.complex.Complex getNegGenZ()
setNegGenZ(Complex)
,
AcscPackage.getAcscGen_NegGenZ()
void setNegGenZ(org.apache.commons.math3.complex.Complex value)
Neg Gen Z
' attribute.
value
- the new value of the 'Neg Gen Z' attribute.getNegGenZ()
org.apache.commons.math3.complex.Complex getZeroGenZ()
setZeroGenZ(Complex)
,
AcscPackage.getAcscGen_ZeroGenZ()
void setZeroGenZ(org.apache.commons.math3.complex.Complex value)
Zero Gen Z
' attribute.
value
- the new value of the 'Zero Gen Z' attribute.getZeroGenZ()
double getZMultiFactor()
"1.0"
.
If the meaning of the 'ZMulti Factor' attribute isn't clear, there really should be more of a description here...
setZMultiFactor(double)
,
AcscPackage.getAcscGen_ZMultiFactor()
void setZMultiFactor(double value)
ZMulti Factor
' attribute.
value
- the new value of the 'ZMulti Factor' attribute.getZMultiFactor()
BusScGrounding getGrounding()
setGrounding(BusScGrounding)
,
AcscPackage.getAcscGen_Grounding()
void setGrounding(BusScGrounding value)
Grounding
' containment reference.
value
- the new value of the 'Grounding' containment reference.getGrounding()