public interface AclfLoadBusAdapter extends BusRef<BaseAclfBus<?,?>>
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex |
getLoad(Unit.UnitType unit)
get Load data of the bus in the unit specified
|
org.apache.commons.math3.complex.Complex |
getLoadResults()
Calculate bus load power LF result (PU)
|
org.apache.commons.math3.complex.Complex |
getLoadResults(Unit.UnitType unit)
Calculate bus load power LF result in the unit specified
|
org.apache.commons.math3.complex.Complex |
getShuntY(Unit.UnitType unit)
get bus shunt Y of the bus in the unit specifed
|
void |
setLoad(org.apache.commons.math3.complex.Complex pq)
set Load data of the bus in PU
|
void |
setLoad(org.apache.commons.math3.complex.Complex pq,
Unit.UnitType unit)
set Load data to the bus in the unit specifed
|
void |
setShuntY(org.apache.commons.math3.complex.Complex y)
set Shunt Y to the bus in PU
|
void |
setShuntY(org.apache.commons.math3.complex.Complex y,
Unit.UnitType unit)
set Shunt Y to the bus in the unit specified
|
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
org.apache.commons.math3.complex.Complex getLoad(Unit.UnitType unit)
unit
- load unit
org.apache.commons.math3.complex.Complex getShuntY(Unit.UnitType unit)
unit
- Y unit
void setLoad(org.apache.commons.math3.complex.Complex pq, Unit.UnitType unit)
pq
- Load P and Qunit
- Load PQ unit
void setLoad(org.apache.commons.math3.complex.Complex pq)
pq
- Load P and Q unit
void setShuntY(org.apache.commons.math3.complex.Complex y, Unit.UnitType unit)
y
- shunt Y valueunit
- Y unit
void setShuntY(org.apache.commons.math3.complex.Complex y)
y
- shunt Y value
org.apache.commons.math3.complex.Complex getLoadResults()
org.apache.commons.math3.complex.Complex getLoadResults(Unit.UnitType unit)
unit
- Load unit