public interface BusPQUpdateRec
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MCaseDatatypePackage.getBusPQUpdateRec()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBusId()
Returns the value of the 'Bus Id' attribute.
|
double |
getP()
Returns the value of the 'P' attribute.
|
double |
getQ()
Returns the value of the 'Q' attribute.
|
boolean |
isLfConverged()
Returns the value of the 'Lf Converged' attribute.
|
void |
setBusId(java.lang.String value)
Sets the value of the '
Bus Id' attribute. |
void |
setLfConverged(boolean value)
Sets the value of the '
Lf Converged' attribute. |
void |
setP(double value)
Sets the value of the '
P' attribute. |
void |
setQ(double value)
Sets the value of the '
Q' attribute. |
java.lang.String getBusId()
If the meaning of the 'Bus Id' attribute isn't clear, there really should be more of a description here...
PQ bus id to be updatedsetBusId(String),
MCaseDatatypePackage.getBusPQUpdateRec_BusId()void setBusId(java.lang.String value)
Bus Id' attribute.
value - the new value of the 'Bus Id' attribute.getBusId()boolean isLfConverged()
If the meaning of the 'Lf Converged' attribute isn't clear, there really should be more of a description here...
attribute to indicating is the Loadflow of the sub net has been convergedsetLfConverged(boolean),
MCaseDatatypePackage.getBusPQUpdateRec_LfConverged()void setLfConverged(boolean value)
Lf Converged' attribute.
value - the new value of the 'Lf Converged' attribute.isLfConverged()double getP()
If the meaning of the 'P' attribute isn't clear, there really should be more of a description here...
PQ bus active powersetP(double),
MCaseDatatypePackage.getBusPQUpdateRec_P()void setP(double value)
P' attribute.
value - the new value of the 'P' attribute.getP()double getQ()
If the meaning of the 'Q' attribute isn't clear, there really should be more of a description here...
PQ bus reactive powersetQ(double),
MCaseDatatypePackage.getBusPQUpdateRec_Q()