public interface IAclfNetAdjustment
extends org.eclipse.emf.ecore.EObject
AclfPackage.getIAclfNetAdjustment()
Modifier and Type | Method and Description |
---|---|
boolean |
hasFunctionLoad()
check if the network has functional load object
|
boolean |
hasPQBusLimit()
check if the network has PQBusLimit object
|
boolean |
hasPSXfrPControl()
check if the network has PSXfrPControl object
|
boolean |
hasPVBusLimit()
check if the network has PVBusLimit object
|
boolean |
hasRemoteQBus()
check if the network has RemoteQBus object
|
boolean |
hasStaticVarCompensator()
check if the network has static var compensator object
|
boolean |
hasSwitchedShuntAdjustment()
check if the network has switched shunt adjustment object
|
boolean |
hasTapControl()
check if the network has TapControl object
|
boolean |
needDiscreteAdjust()
For TapControl to check if there is a need for discrete adjustment
|
boolean |
needLimitAdjust(double tolerance)
For remoteQBus and TapControl to control bus voltage
|
boolean |
needLimitBackoffAdjust()
For PVBusLimit and PQBusLimit limit backoff adjustment
|
boolean |
needPowerAdjust(double tolerance)
For PSXfrPControl to control branch power
|
boolean |
needVoltageAdjust(double tolerance)
For remoteQBus and TapControl to control bus voltage
|
boolean hasFunctionLoad()
boolean hasPVBusLimit()
boolean hasStaticVarCompensator()
boolean hasSwitchedShuntAdjustment()
boolean hasPQBusLimit()
boolean hasRemoteQBus()
boolean hasTapControl()
boolean hasPSXfrPControl()
boolean needLimitAdjust(double tolerance)
tolerance
- tolerance for applying the adjustment
boolean needDiscreteAdjust() throws IpssNumericException
IpssNumericException
boolean needLimitBackoffAdjust()
boolean needVoltageAdjust(double tolerance)
tolerance
- tolerance for checking
boolean needPowerAdjust(double tolerance)
tolerance
- tolerance for the power adjustment