public interface BaseBusBranchControl extends NameTag, IAclfAdjustment
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
AclfAdjustControlType |
getAdjControlType()
Returns the value of the 'Adj Control Type' attribute.
|
AclfAdjustControlMode |
getControlMode()
Returns the value of the 'Control Mode' attribute.
|
LimitType |
getDesiredControlRange()
Returns the value of the 'Desired Control Range' attribute.
|
boolean |
isAdjustStatus()
Returns the value of the 'Adjust Status' attribute.
|
boolean |
isControlStatus()
Check if controller control ststus.
|
void |
setAdjControlType(AclfAdjustControlType value)
Sets the value of the '
Adj Control Type' attribute. |
void |
setAdjustStatus(boolean value)
Sets the value of the '
Adjust Status' attribute. |
void |
setControlMode(AclfAdjustControlMode value)
Sets the value of the '
Control Mode' attribute. |
void |
setControlStatus(boolean status)
Set the controller control ststus.
|
void |
setDesiredControlRange(LimitType value)
Sets the value of the '
Desired Control Range' attribute. |
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInforeadData, writeDataneedAdjust, performAdjustboolean isControlStatus()
void setControlStatus(boolean status)
AclfAdjustControlType getAdjControlType()
"PointControl".
The literals are from the enumeration AclfAdjustControlType.
Aclf branch adjustment/control flow control type, RangeControl or PointControl
AclfAdjustControlType,
setAdjControlType(AclfAdjustControlType),
AclfAdjustPackage.getBaseBusBranchControl_AdjControlType()void setAdjControlType(AclfAdjustControlType value)
Adj Control Type' attribute.
value - the new value of the 'Adj Control Type' attribute.AclfAdjustControlType,
getAdjControlType()AclfAdjustControlMode getControlMode()
AclfAdjustControlMode.
Adjustment/Control mode, Fixed | Discrete | Continous
AclfAdjustControlMode,
setControlMode(AclfAdjustControlMode),
AclfAdjustPackage.getBaseBusBranchControl_ControlMode()void setControlMode(AclfAdjustControlMode value)
Control Mode' attribute.
value - the new value of the 'Control Mode' attribute.AclfAdjustControlMode,
getControlMode()LimitType getDesiredControlRange()
setDesiredControlRange(LimitType),
AclfAdjustPackage.getBaseBusBranchControl_DesiredControlRange()void setDesiredControlRange(LimitType value)
Desired Control Range' attribute.
value - the new value of the 'Desired Control Range' attribute.getDesiredControlRange()boolean isAdjustStatus()
"true".
Controller ajustment status, it might be turn-off due to the limit violation.
setAdjustStatus(boolean),
AclfAdjustPackage.getBaseBusBranchControl_AdjustStatus()void setAdjustStatus(boolean value)
Adjust Status' attribute.
value - the new value of the 'Adjust Status' attribute.isAdjustStatus()