public interface LfAdjustAccFactor
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
double |
getPqLimitAccFactor()
Returns the value of the 'Pq Limit Acc Factor' attribute.
|
double |
getPsXfrPControlAccFactor()
Returns the value of the 'Ps Xfr PControl Acc Factor' attribute.
|
double |
getPvLimitAccFactor()
Returns the value of the 'Pv Limit Acc Factor' attribute.
|
double |
getReQBusAccFactor()
Returns the value of the 'Re QBus Acc Factor' attribute.
|
double |
getSvcAdjustAccFactor()
Returns the value of the 'Svc Adjust Acc Factor' attribute.
|
double |
getXfrTapControlAccFactor()
Returns the value of the 'Xfr Tap Control Acc Factor' attribute.
|
void |
setPqLimitAccFactor(double value)
Sets the value of the '
Pq Limit Acc Factor' attribute. |
void |
setPsXfrPControlAccFactor(double value)
Sets the value of the '
Ps Xfr PControl Acc Factor' attribute. |
void |
setPvLimitAccFactor(double value)
Sets the value of the '
Pv Limit Acc Factor' attribute. |
void |
setReQBusAccFactor(double value)
Sets the value of the '
Re QBus Acc Factor' attribute. |
void |
setSvcAdjustAccFactor(double value)
Sets the value of the '
Svc Adjust Acc Factor' attribute. |
void |
setXfrTapControlAccFactor(double value)
Sets the value of the '
Xfr Tap Control Acc Factor' attribute. |
double getPvLimitAccFactor()
"1.0".
PVBusLimit adjustment acceleration factor
setPvLimitAccFactor(double),
LfAdjAlgoConfigPackage.getLfAdjustAccFactor_PvLimitAccFactor()void setPvLimitAccFactor(double value)
Pv Limit Acc Factor' attribute.
value - the new value of the 'Pv Limit Acc Factor' attribute.getPvLimitAccFactor()double getPqLimitAccFactor()
"1.0".
PQBusLimit adjustment acceleration factor
setPqLimitAccFactor(double),
LfAdjAlgoConfigPackage.getLfAdjustAccFactor_PqLimitAccFactor()void setPqLimitAccFactor(double value)
Pq Limit Acc Factor' attribute.
value - the new value of the 'Pq Limit Acc Factor' attribute.getPqLimitAccFactor()double getReQBusAccFactor()
"1.0".
RemoteQBus adjustment acceleration factor
setReQBusAccFactor(double),
LfAdjAlgoConfigPackage.getLfAdjustAccFactor_ReQBusAccFactor()void setReQBusAccFactor(double value)
Re QBus Acc Factor' attribute.
value - the new value of the 'Re QBus Acc Factor' attribute.getReQBusAccFactor()double getSvcAdjustAccFactor()
"1.0".
SVC adjustment acceleration factor
setSvcAdjustAccFactor(double),
LfAdjAlgoConfigPackage.getLfAdjustAccFactor_SvcAdjustAccFactor()void setSvcAdjustAccFactor(double value)
Svc Adjust Acc Factor' attribute.
value - the new value of the 'Svc Adjust Acc Factor' attribute.getSvcAdjustAccFactor()double getXfrTapControlAccFactor()
"1.0".
Xfr TapControl adjustment acceleration factor
setXfrTapControlAccFactor(double),
LfAdjAlgoConfigPackage.getLfAdjustAccFactor_XfrTapControlAccFactor()void setXfrTapControlAccFactor(double value)
Xfr Tap Control Acc Factor' attribute.
value - the new value of the 'Xfr Tap Control Acc Factor' attribute.getXfrTapControlAccFactor()double getPsXfrPControlAccFactor()
"1.0".
PsXfrPControl adjustment acceleration factor
setPsXfrPControlAccFactor(double),
LfAdjAlgoConfigPackage.getLfAdjustAccFactor_PsXfrPControlAccFactor()void setPsXfrPControlAccFactor(double value)
Ps Xfr PControl Acc Factor' attribute.
value - the new value of the 'Ps Xfr PControl Acc Factor' attribute.getPsXfrPControlAccFactor()