public interface PSXfrPControl extends BranchFlowControl
The following features are supported:
AclfAdjustPackage.getPSXfrPControl()
Modifier and Type | Method and Description |
---|---|
double |
getAccFactor()
Returns the value of the 'Acc Factor' attribute.
|
LimitType |
getAngLimit() |
LimitType |
getAngLimit(Unit.UnitType unit)
Get angle limit object in the unit specified
|
double |
getPSpecified() |
double |
getPSpecified(Unit.UnitType unit,
double baseKva)
Get P control specification in the unit specified
|
void |
setAccFactor(double value)
Sets the value of the '
Acc Factor ' attribute. |
void |
setAngLimit(LimitType limit)
Set angle limit
|
void |
setAngLimit(LimitType limit,
Unit.UnitType unit)
Set angle limit in the unit specified
|
void |
setPSpecified(double p)
Set power adjustment specification in PU
|
void |
setPSpecified(double p,
Unit.UnitType unit,
double baseKva)
Set power adjustment specification in the unit specified
|
getControlLimit, getControlSpec, getParentBranch, isControlOnFromSide, isFlowFrom2To, isMeteredOnFromSide, setControlLimit, setControlOnFromSide, setControlSpec, setFlowFrom2To, setMeteredOnFromSide, setParentBranch
getAdjControlType, getControlMode, getDesiredControlRange, isAdjustStatus, isControlStatus, setAdjControlType, setAdjustStatus, setControlMode, setControlStatus, setDesiredControlRange
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
readData, writeData
needAdjust, performAdjust
double getAccFactor()
"3.0"
.
effective sensitivity factor * (-X(branch)), for PsXfr dAng/dP = -X(branch)
setAccFactor(double)
,
AclfAdjustPackage.getPSXfrPControl_AccFactor()
void setAccFactor(double value)
Acc Factor
' attribute.
value
- the new value of the 'Acc Factor' attribute.getAccFactor()
double getPSpecified()
If the meaning of the 'PSpecified' attribute isn't clear, there really should be more of a description here...
Get PControl p specificationdouble getPSpecified(Unit.UnitType unit, double baseKva)
unit
- p specified unitbaseKva
- base kva for P unit conversion
void setPSpecified(double p)
void setPSpecified(double p, Unit.UnitType unit, double baseKva)
p
- p specified valueunit
- p specified unitbaseKva
- base kva for P unit conversion
LimitType getAngLimit()
If the meaning of the 'Ang Limit' attribute isn't clear, there really should be more of a description here...
Get angle limit object in PULimitType getAngLimit(Unit.UnitType unit)
unit
- angle unit
void setAngLimit(LimitType limit)
limit
- angle limit
void setAngLimit(LimitType limit, Unit.UnitType unit)
limit
- angle limitunit
- angle limit unit