public interface SwitchedShunt extends RemoteQBus
The following features are supported:
AclfAdjustPackage.getSwitchedShunt()| Modifier and Type | Method and Description |
|---|---|
double |
getBActual()
final shunt B may be different from Binit, considering possible adjustment during load flow
|
double |
getBInit()
Returns the value of the 'BInit' attribute.
|
VarCompensationMode |
getControlMode()
Returns the value of the 'Control Mode' attribute.
|
LimitType |
getDesiredVoltageRange()
Returns the value of the 'Desired Voltage Range' attribute.
|
double |
getQ()
Get device equivalent Q using bus voltage in pu.
|
org.eclipse.emf.common.util.EList<QBank> |
getVarBankArray()
Returns the value of the 'Var Bank Array' containment reference list.
|
void |
setBActual(double acturalB)
the actual B after load flow, considering possible adjustment during load flow
|
void |
setBInit(double value)
Sets the value of the '
BInit' attribute. |
void |
setControlMode(VarCompensationMode value)
Sets the value of the '
Control Mode' attribute. |
void |
setDesiredVoltageRange(LimitType value)
Sets the value of the '
Desired Voltage Range' attribute. |
getAccFactor, getControlType, getDQ_dq, getDQ_dv, getMvarFlowCalculated, getMvarSpecified, getRemoteBranch, getRemoteBus, isFlowFrom2To, isMvarOnFromSide, setAccFactor, setControlType, setDQ_dq, setDQ_dv, setFlowFrom2To, setMvarOnFromSide, setMvarSpecified, setRemoteBranch, setRemoteBusgetQLimit, getQLimit, getVSpecified, getVSpecified, hasLimitBackoff, setQLimit, setQLimit, setVSpecified, setVSpecifiedchangeToGenPQBus, changeToGenPVBus, getParentBus, setParentBuscheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatusreadData, writeDataneedAdjust, performAdjustVarCompensationMode getControlMode()
VarCompensationMode.
If the meaning of the 'Control Mode' attribute isn't clear, there really should be more of a description here...
VarCompensationMode,
setControlMode(VarCompensationMode),
AclfAdjustPackage.getSwitchedShunt_ControlMode()void setControlMode(VarCompensationMode value)
Control Mode' attribute.
value - the new value of the 'Control Mode' attribute.VarCompensationMode,
getControlMode()double getBInit()
setBInit(double),
AclfAdjustPackage.getSwitchedShunt_BInit()void setBInit(double value)
BInit' attribute.
value - the new value of the 'BInit' attribute.getBInit()LimitType getDesiredVoltageRange()
setDesiredVoltageRange(LimitType),
AclfAdjustPackage.getSwitchedShunt_DesiredVoltageRange()void setDesiredVoltageRange(LimitType value)
Desired Voltage Range' attribute.
value - the new value of the 'Desired Voltage Range' attribute.getDesiredVoltageRange()org.eclipse.emf.common.util.EList<QBank> getVarBankArray()
QBank.
Q bank list
AclfAdjustPackage.getSwitchedShunt_VarBankArray()double getQ()
void setBActual(double acturalB)
acturalB - double getBActual()