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)
GSt 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, getControlRange, getControlSpec, getFlowControlType, getParentBranch, isControlOnFromSide, isFlowFrom2To, isMeteredOnFromSide, setControlLimit, setControlOnFromSide, setControlRange, setControlSpec, setFlowControlType, setFlowFrom2To, setMeteredOnFromSide, setParentBranchcheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatusreadData, writeDataneedAdjust, performAdjustdouble getAccFactor()
"3.0".
sensitivity dAng/dP = factor * (-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