public interface SELoad extends AclfLoad
The following features are supported:
SEPackage.getSELoad()| Modifier and Type | Method and Description |
|---|---|
SEMeasRecord |
getCurSeRec()
Returns the value of the 'Cur Se Rec' reference.
|
double |
getMvaBase()
Returns the value of the 'Mva Base' attribute.
|
SEMeasRecord |
getPSeRec()
Returns the value of the 'PSe Rec' reference.
|
SEMeasRecord |
getQSeRec()
Returns the value of the 'QSe Rec' reference.
|
boolean |
isShunt()
Returns the value of the 'Shunt' attribute.
|
void |
setCurSeRec(SEMeasRecord value)
Sets the value of the '
Cur Se Rec' reference. |
void |
setMvaBase(double value)
Sets the value of the '
Mva Base' attribute. |
void |
setPSeRec(SEMeasRecord value)
Sets the value of the '
PSe Rec' reference. |
void |
setQSeRec(SEMeasRecord value)
Sets the value of the '
QSe Rec' reference. |
void |
setShunt(boolean value)
Sets the value of the '
Shunt' attribute. |
distributeLoad, getCode, getDesiredVoltMag, getDFactor, getDistGenPower, getLoad, getLoadCI, getLoadCP, getLoadCZ, getParentBus, isDistGenStatus, setCode, setDesiredVoltMag, setDFactor, setDistGenPower, setDistGenStatus, setLoadCI, setLoadCP, setLoadCZ, setParentBus, toStringcheckData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfoeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetSEMeasRecord getPSeRec()
setPSeRec(SEMeasRecord),
SEPackage.getSELoad_PSeRec()void setPSeRec(SEMeasRecord value)
PSe Rec' reference.
value - the new value of the 'PSe Rec' reference.getPSeRec()SEMeasRecord getQSeRec()
setQSeRec(SEMeasRecord),
SEPackage.getSELoad_QSeRec()void setQSeRec(SEMeasRecord value)
QSe Rec' reference.
value - the new value of the 'QSe Rec' reference.getQSeRec()SEMeasRecord getCurSeRec()
setCurSeRec(SEMeasRecord),
SEPackage.getSELoad_CurSeRec()void setCurSeRec(SEMeasRecord value)
Cur Se Rec' reference.
value - the new value of the 'Cur Se Rec' reference.getCurSeRec()boolean isShunt()
setShunt(boolean),
SEPackage.getSELoad_Shunt()void setShunt(boolean value)
Shunt' attribute.
value - the new value of the 'Shunt' attribute.isShunt()double getMvaBase()
If the meaning of the 'Mva Base' attribute isn't clear, there really should be more of a description here...
setMvaBase(double),
SEPackage.getSELoad_MvaBase()void setMvaBase(double value)
Mva Base' attribute.
value - the new value of the 'Mva Base' attribute.getMvaBase()