public interface DataCheckConfiguration
extends org.eclipse.emf.ecore.EObject
The following features are supported:
NetPackage.getDataCheckConfiguration()
Modifier and Type | Method and Description |
---|---|
boolean |
isAllowGenWithoutMachine()
Returns the value of the 'Allow Gen Without Machine' attribute.
|
boolean |
isAutoSetZeroZBranch()
Returns the value of the 'Auto Set Zero ZBranch' attribute.
|
boolean |
isAutoTurnLine2Xfr()
Returns the value of the 'Auto Turn Line2 Xfr' attribute.
|
boolean |
isTurnOffIslandBus()
Returns the value of the 'Turn Off Island Bus' attribute.
|
void |
setAllowGenWithoutMachine(boolean value)
Sets the value of the '
Allow Gen Without Machine ' attribute. |
void |
setAutoSetZeroZBranch(boolean value)
Sets the value of the '
Auto Set Zero ZBranch ' attribute. |
void |
setAutoTurnLine2Xfr(boolean value)
Sets the value of the '
Auto Turn Line2 Xfr ' attribute. |
void |
setTurnOffIslandBus(boolean value)
Sets the value of the '
Turn Off Island Bus ' attribute. |
boolean isTurnOffIslandBus()
"false"
.
If the meaning of the 'Turn Off Island Bus' attribute isn't clear, there really should be more of a description here...
for turn on/off network island checking.setTurnOffIslandBus(boolean)
,
NetPackage.getDataCheckConfiguration_TurnOffIslandBus()
void setTurnOffIslandBus(boolean value)
Turn Off Island Bus
' attribute.
value
- the new value of the 'Turn Off Island Bus' attribute.isTurnOffIslandBus()
boolean isAutoTurnLine2Xfr()
"false"
.
If set true, when line branch is with different base voltage at from/to side,
automatically turn the line branch to a xfr branch.
setAutoTurnLine2Xfr(boolean)
,
NetPackage.getDataCheckConfiguration_AutoTurnLine2Xfr()
void setAutoTurnLine2Xfr(boolean value)
Auto Turn Line2 Xfr
' attribute.
value
- the new value of the 'Auto Turn Line2 Xfr' attribute.isAutoTurnLine2Xfr()
boolean isAllowGenWithoutMachine()
"false"
.
If set true, allow gen without attached Machine definition for DStab
setAllowGenWithoutMachine(boolean)
,
NetPackage.getDataCheckConfiguration_AllowGenWithoutMachine()
void setAllowGenWithoutMachine(boolean value)
Allow Gen Without Machine
' attribute.
value
- the new value of the 'Allow Gen Without Machine' attribute.isAllowGenWithoutMachine()
boolean isAutoSetZeroZBranch()
"true"
.
If set true, set zero z branch X to AclfNetwork.zeroZBranchThreshold.
setAutoSetZeroZBranch(boolean)
,
NetPackage.getDataCheckConfiguration_AutoSetZeroZBranch()
void setAutoSetZeroZBranch(boolean value)
Auto Set Zero ZBranch
' attribute.
value
- the new value of the 'Auto Set Zero ZBranch' attribute.isAutoSetZeroZBranch()