public interface ShuntCompensator extends NameTag
The following features are supported:
AclfPackage.getShuntCompensator()| Modifier and Type | Method and Description |
|---|---|
void |
calB(double baseKva)
calculate B using the unitQMvar and steps
|
double |
getB()
Returns the value of the 'B' attribute.
|
int |
getSteps()
Returns the value of the 'Steps' attribute.
|
ShuntCompensatorType |
getType()
Returns the value of the 'Type' attribute.
|
double |
getUnitQMvar()
Returns the value of the 'Unit QMvar' attribute.
|
void |
setB(double value)
Sets the value of the '
B' attribute. |
void |
setSteps(int value)
Sets the value of the '
Steps' attribute. |
void |
setType(ShuntCompensatorType value)
Sets the value of the '
Type' attribute. |
void |
setUnitQMvar(double value)
Sets the value of the '
Unit QMvar' attribute. |
java.lang.String |
toString(double baseKva)
return a string representation of the object states
|
checkData, 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, eUnsetShuntCompensatorType getType()
ShuntCompensatorType.
number of units
ShuntCompensatorType,
setType(ShuntCompensatorType),
AclfPackage.getShuntCompensator_Type()void setType(ShuntCompensatorType value)
Type' attribute.
value - the new value of the 'Type' attribute.ShuntCompensatorType,
getType()int getSteps()
If the meaning of the 'Steps' attribute isn't clear, there really should be more of a description here...
number of unitssetSteps(int),
AclfPackage.getShuntCompensator_Steps()void setSteps(int value)
Steps' attribute.
value - the new value of the 'Steps' attribute.getSteps()double getUnitQMvar()
If the meaning of the 'Unit QMvar' attribute isn't clear, there really should be more of a description here...
Q in mvar of each unit, which is measured at the Bus base voltage.setUnitQMvar(double),
AclfPackage.getShuntCompensator_UnitQMvar()void setUnitQMvar(double value)
Unit QMvar' attribute.
value - the new value of the 'Unit QMvar' attribute.getUnitQMvar()double getB()
setB(double),
AclfPackage.getShuntCompensator_B()void setB(double value)
B' attribute.
value - the new value of the 'B' attribute.getB()void calB(double baseKva)
java.lang.String toString(double baseKva)