public interface FunctionLoad extends NameTag, IAclfAdjustment
The following features are supported:
AclfAdjustPackage.getFunctionLoad()
Modifier and Type | Method and Description |
---|---|
FuncLoadRecord |
getP()
Returns the value of the 'P' attribute.
|
BaseAclfBus<?,?> |
getParentBus()
Returns the value of the 'Parent Bus' container reference.
|
double |
getPLoad(Unit.UnitType unit)
Get equivalent P load in the unit specified.
|
FuncLoadRecord |
getQ()
Returns the value of the 'Q' attribute.
|
double |
getQLoad(Unit.UnitType unit)
Get equivalent Q load in the unit specified.
|
void |
setP(FuncLoadRecord value)
Sets the value of the '
P ' attribute. |
void |
setParentBus(BaseAclfBus<?,?> value)
Sets the value of the '
Parent Bus ' container reference. |
void |
setQ(FuncLoadRecord value)
Sets the value of the '
Q ' attribute. |
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
readData, writeData
needAdjust, performAdjust
FuncLoadRecord getP()
If the meaning of the 'P' attribute isn't clear, there really should be more of a description here...
Functional load active power data objectsetP(FuncLoadRecord)
,
AclfAdjustPackage.getFunctionLoad_P()
void setP(FuncLoadRecord value)
P
' attribute.
value
- the new value of the 'P' attribute.getP()
FuncLoadRecord getQ()
If the meaning of the 'Q' attribute isn't clear, there really should be more of a description here...
Functional load reactive power data objectsetQ(FuncLoadRecord)
,
AclfAdjustPackage.getFunctionLoad_Q()
void setQ(FuncLoadRecord value)
Q
' attribute.
value
- the new value of the 'Q' attribute.getQ()
BaseAclfBus<?,?> getParentBus()
Function Load
'.
If the meaning of the 'Parent Bus' container reference isn't clear, there really should be more of a description here...
Functional load adjustment parent Aclf Bus objectsetParentBus(BaseAclfBus)
,
AclfAdjustPackage.getFunctionLoad_ParentBus()
,
BaseAclfBus.getFunctionLoad()
void setParentBus(BaseAclfBus<?,?> value)
Parent Bus
' container reference.
value
- the new value of the 'Parent Bus' container reference.getParentBus()
double getPLoad(Unit.UnitType unit)
unit
- P load unit
double getQLoad(Unit.UnitType unit)
unit
- Q load unit