public interface AreaInterchangeControl extends BusRef<BaseAclfBus<?,?>>, IRegulationDevice
The following features are supported:
Modifier and Type | Method and Description |
---|---|
double |
getPSpecOut()
Returns the value of the 'PSpec Out' attribute.
|
double |
getPSpecOut(Unit.UnitType unit,
double baseKva)
get power specification, output direction
|
BaseAclfBus<?,?> |
getSwingBus()
get swing bus
|
double |
getTolerance()
Returns the value of the 'Tolerance' attribute.
|
double |
getTolerance(Unit.UnitType unit,
double baseKva)
get control tolerance
|
void |
setPSpecOut(double value)
Sets the value of the '
PSpec Out ' attribute. |
void |
setPSpecOut(double p,
Unit.UnitType unit,
double baseKva)
set power specification, output direction
|
void |
setSwingBus(BaseAclfBus<?,?> bus)
set swing bus for the control
|
void |
setTolerance(double value)
Sets the value of the '
Tolerance ' attribute. |
void |
setTolerance(double e,
Unit.UnitType unit,
double baseKva)
set control tolerance
|
getBus, setBaseVoltage, setBus
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
readData, writeData
calculateAdjustment, needAdjustment, performAdjusment
double getPSpecOut()
If the meaning of the 'PSpec Out' attribute isn't clear, there really should be more of a description here...
power specification, out directionsetPSpecOut(double)
,
NetAdjustPackage.getAreaInterchangeControl_PSpecOut()
void setPSpecOut(double value)
PSpec Out
' attribute.
value
- the new value of the 'PSpec Out' attribute.getPSpecOut()
double getTolerance()
If the meaning of the 'Tolerance' attribute isn't clear, there really should be more of a description here...
tolerancesetTolerance(double)
,
NetAdjustPackage.getAreaInterchangeControl_Tolerance()
void setTolerance(double value)
Tolerance
' attribute.
value
- the new value of the 'Tolerance' attribute.getTolerance()
BaseAclfBus<?,?> getSwingBus()
void setSwingBus(BaseAclfBus<?,?> bus)
bus
- the swing bus object
double getPSpecOut(Unit.UnitType unit, double baseKva)
unit
- power unitbaseKva
- base kva for power unit conversion
void setPSpecOut(double p, Unit.UnitType unit, double baseKva)
p
- power specificationunit
- power unitbaseKva
- base kva for power unit conversion
double getTolerance(Unit.UnitType unit, double baseKva)
unit
- tolerance unitbaseKva
- base kva for the tolerance conversion
void setTolerance(double e, Unit.UnitType unit, double baseKva)
e
- tolerance valueunit
- tolerance unitbaseKva
- base kva for tolerance unit conversion