public interface IAclfBusAdjustment
extends org.eclipse.emf.ecore.EObject
AclfPackage.getIAclfBusAdjustment()
Modifier and Type | Method and Description |
---|---|
PQBusLimit |
getPQBusLimit()
get the PQ Limit adjustment object
|
PVBusLimit |
getPVBusLimit()
get the PV Limit adjustment object
|
RemoteQBus |
getRemoteQBus()
get the remote Q control object
|
RemoteQControlGroup |
getRemoteQControlGroup()
get the remote Q control object
|
StaticVarCompensator |
getStaticVarCompensator()
get the static var compensator control object
|
SwitchedShunt |
getSwitchedShunt()
get the switched shunt control object, it only works when there is only one SwitchedShunt.
|
boolean |
isFunctionLoad()
check if the bus is a functional load bus
|
boolean |
isPQBusLimit()
check if the bus is a PQ Limit adjustment bus
|
boolean |
isPVBusLimit()
check if the bus is a PV Limit adjustment bus
|
boolean |
isRemoteQBus()
check if the bus is a remote Q adjustment bus
|
boolean |
isRemoteQControlGroup()
check if the bus is a static var compensator adjustment bus
|
boolean |
isStaticVarCompensator()
check if the bus is a static var compensator adjustment bus
|
boolean |
isSwitchedShunt()
check if the bus is a switched shunt adjustment bus
|
boolean isFunctionLoad()
boolean isPVBusLimit()
boolean isPQBusLimit()
boolean isRemoteQBus()
boolean isStaticVarCompensator()
boolean isRemoteQControlGroup()
boolean isSwitchedShunt()
PVBusLimit getPVBusLimit()
PQBusLimit getPQBusLimit()
RemoteQBus getRemoteQBus()
StaticVarCompensator getStaticVarCompensator()
RemoteQControlGroup getRemoteQControlGroup()
SwitchedShunt getSwitchedShunt()