public interface AclfGridOption
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MCaseAclfPackage.getAclfGridOption()| Modifier and Type | Method and Description |
|---|---|
double |
getBusVoltageLowerLimitPU()
Returns the value of the 'Bus Voltage Lower Limit PU' attribute.
|
double |
getBusVoltageUpperLimitPU()
Returns the value of the 'Bus Voltage Upper Limit PU' attribute.
|
ReturnRemoteCaseOpt |
getReturnCase()
Returns the value of the 'Return Case' attribute.
|
boolean |
isCalculateViolation()
Returns the value of the 'Calculate Violation' attribute.
|
void |
setBusVoltageLowerLimitPU(double value)
Sets the value of the '
Bus Voltage Lower Limit PU' attribute. |
void |
setBusVoltageUpperLimitPU(double value)
Sets the value of the '
Bus Voltage Upper Limit PU' attribute. |
void |
setCalculateViolation(boolean value)
Sets the value of the '
Calculate Violation' attribute. |
void |
setReturnCase(ReturnRemoteCaseOpt value)
Sets the value of the '
Return Case' attribute. |
ReturnRemoteCaseOpt getReturnCase()
ReturnRemoteCaseOpt.
If the meaning of the 'Return Case' attribute isn't clear, there really should be more of a description here...
attribute to describe return study case optionReturnRemoteCaseOpt,
setReturnCase(ReturnRemoteCaseOpt),
MCaseAclfPackage.getAclfGridOption_ReturnCase()void setReturnCase(ReturnRemoteCaseOpt value)
Return Case' attribute.
value - the new value of the 'Return Case' attribute.ReturnRemoteCaseOpt,
getReturnCase()boolean isCalculateViolation()
If the meaning of the 'Calculate Violation' attribute isn't clear, there really should be more of a description here...
option to control violation calculationsetCalculateViolation(boolean),
MCaseAclfPackage.getAclfGridOption_CalculateViolation()void setCalculateViolation(boolean value)
Calculate Violation' attribute.
value - the new value of the 'Calculate Violation' attribute.isCalculateViolation()double getBusVoltageUpperLimitPU()
If the meaning of the 'Bus Voltage Upper Limit PU' attribute isn't clear, there really should be more of a description here...
bus voltage upper limit in PUsetBusVoltageUpperLimitPU(double),
MCaseAclfPackage.getAclfGridOption_BusVoltageUpperLimitPU()void setBusVoltageUpperLimitPU(double value)
Bus Voltage Upper Limit PU' attribute.
value - the new value of the 'Bus Voltage Upper Limit PU' attribute.getBusVoltageUpperLimitPU()double getBusVoltageLowerLimitPU()
If the meaning of the 'Bus Voltage Lower Limit PU' attribute isn't clear, there really should be more of a description here...
bus voltage lower limit in PUsetBusVoltageLowerLimitPU(double),
MCaseAclfPackage.getAclfGridOption_BusVoltageLowerLimitPU()void setBusVoltageLowerLimitPU(double value)
Bus Voltage Lower Limit PU' attribute.
value - the new value of the 'Bus Voltage Lower Limit PU' attribute.getBusVoltageLowerLimitPU()