public interface PVBusLimit extends AclfBusControl
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 specification in the unit specified
|
boolean |
hasLimitBackoff()
Check if the Limit adjustment could be back-off.
|
void |
setQLimit(LimitType limit)
Set bus Q limit
|
void |
setQLimit(LimitType limit,
Unit.UnitType unit)
Set bus Q limit in the unit specified
|
void |
setVSpecified(double v)
Set bus V specification
|
void |
setVSpecified(double v,
Unit.UnitType unit)
Set bus V specification in the unit specified
|
changeToGenPQBus, changeToGenPVBus, getParentBus, setParentBusgetAdjControlType, getControlMode, getDesiredControlRange, isAdjustStatus, isControlStatus, setAdjControlType, setAdjustStatus, setControlMode, setControlStatus, setDesiredControlRangecheckData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInforeadData, 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 pudouble getVSpecified()
If the meaning of the 'VSpecified' attribute isn't clear, there really should be more of a description here...
Get voltage specification in puLimitType 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)