public interface AclfLoad extends NameTag
The following features are supported:
AclfPackage.getAclfLoad()| Modifier and Type | Method and Description |
|---|---|
AclfLoadCode |
getCode()
Returns the value of the 'Code' attribute.
|
org.apache.commons.math3.complex.Complex |
getLoad(double vmag)
Get actual load value based on the bus voltage.
|
org.apache.commons.math3.complex.Complex |
getLoadCI()
Returns the value of the 'Load CI' attribute.
|
org.apache.commons.math3.complex.Complex |
getLoadCP()
Returns the value of the 'Load CP' attribute.
|
org.apache.commons.math3.complex.Complex |
getLoadCZ()
Returns the value of the 'Load CZ' attribute.
|
BaseAclfBus<?,?> |
getParentBus()
Returns the value of the 'Parent Bus' container reference.
|
void |
setCode(AclfLoadCode value)
Sets the value of the '
Code' attribute. |
void |
setLoadCI(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Load CI' attribute. |
void |
setLoadCP(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Load CP' attribute. |
void |
setLoadCZ(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Load CZ' attribute. |
void |
setParentBus(BaseAclfBus<?,?> value)
Sets the value of the '
Parent Bus' container reference. |
java.lang.String |
toString(double baseKva)
return a string representation of the object states
|
checkData, 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, eUnsetAclfLoadCode getCode()
"NonLoad".
The literals are from the enumeration AclfLoadCode.
Bus load code
AclfLoadCode,
setCode(AclfLoadCode),
AclfPackage.getAclfLoad_Code()void setCode(AclfLoadCode value)
Code' attribute.
value - the new value of the 'Code' attribute.AclfLoadCode,
getCode()org.apache.commons.math3.complex.Complex getLoadCP()
If the meaning of the 'Load CP' attribute isn't clear, there really should be more of a description here...
constant power load in pusetLoadCP(Complex),
AclfPackage.getAclfLoad_LoadCP()void setLoadCP(org.apache.commons.math3.complex.Complex value)
Load CP' attribute.
value - the new value of the 'Load CP' attribute.getLoadCP()org.apache.commons.math3.complex.Complex getLoadCZ()
If the meaning of the 'Load CZ' attribute isn't clear, there really should be more of a description here...
constant z load in pusetLoadCZ(Complex),
AclfPackage.getAclfLoad_LoadCZ()void setLoadCZ(org.apache.commons.math3.complex.Complex value)
Load CZ' attribute.
value - the new value of the 'Load CZ' attribute.getLoadCZ()org.apache.commons.math3.complex.Complex getLoadCI()
If the meaning of the 'Load CI' attribute isn't clear, there really should be more of a description here...
constant current load in pusetLoadCI(Complex),
AclfPackage.getAclfLoad_LoadCI()void setLoadCI(org.apache.commons.math3.complex.Complex value)
Load CI' attribute.
value - the new value of the 'Load CI' attribute.getLoadCI()BaseAclfBus<?,?> getParentBus()
Contribute Load List'.
reference to the parent AclfBus obejct.
setParentBus(BaseAclfBus),
AclfPackage.getAclfLoad_ParentBus(),
BaseAclfBus.getContributeLoadList()void setParentBus(BaseAclfBus<?,?> value)
Parent Bus' container reference.
value - the new value of the 'Parent Bus' container reference.getParentBus()org.apache.commons.math3.complex.Complex getLoad(double vmag)
java.lang.String toString(double baseKva)