public interface PVBusLimit extends AclfControlBus
AclfAdjustPackage.getPVBusLimit()| Modifier and Type | Method and Description |
|---|---|
LimitType |
getQLimit() |
LimitType |
getQLimit(Unit.UnitType unit)
get bus Q limit in the unit specified
|
double |
getVSpecified() |
double |
getVSpecified(Unit.UnitType unit)
Get voltage specified in the unit specified
|
boolean |
hasLimitBackoff()
Check if the Limit adjustment could be back-off.
|
void |
setQLimit(LimitType limit)
Set bus Q limit in the unit specified
|
void |
setQLimit(LimitType limit,
Unit.UnitType unit)
Set bus Q limit in the unit specified
|
void |
setVSpecified(double v)
Set bus V specified in the unit specified
|
void |
setVSpecified(double v,
Unit.UnitType unit)
Set bus V specified in the unit specified
|
changeToGenPQBus, changeToGenPVBus, getParentBus, setParentBuscheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatusreadData, writeDataneedAdjust, performAdjustLimitType getQLimit()
If the meaning of the 'QLimit' attribute isn't clear, there really should be more of a description here...
get bus Q limit in the unit specifieddouble getVSpecified()
If the meaning of the 'VSpecified' attribute isn't clear, there really should be more of a description here...
Get voltage specified in the unit specifiedLimitType getQLimit(Unit.UnitType unit)
double getVSpecified(Unit.UnitType unit)
boolean hasLimitBackoff()
void setQLimit(LimitType limit, Unit.UnitType unit)
void setQLimit(LimitType limit)
void setVSpecified(double v,
Unit.UnitType unit)
void setVSpecified(double v)