public interface AclfPQGenBusAdapter extends AclfGenBusAdapter
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
getGen(Unit.UnitType unit)
Get PQ bus P+jQ in the unit specified.
|
void |
setGen(org.apache.commons.math3.complex.Complex pq)
Set PQ bus P+jQ in the unit specified.
|
void |
setGen(org.apache.commons.math3.complex.Complex pq,
Unit.UnitType unit)
Set PQ bus P+jQ in the unit specified.
|
void |
setGenQ(double q)
Set PQ bus Q in the unit specified.
|
void |
setGenQ(double q,
Unit.UnitType unit)
Get PQ bus Q in the unit specified.
|
getGenResults, getGenResultsgetLoad, getLoadResults, getLoadResults, getShuntY, setLoad, setLoad, setShuntY, setShuntYgetBus, setBaseVoltage, setBuscheckData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfoeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetorg.apache.commons.math3.complex.Complex getGen(Unit.UnitType unit)
unit - generation unit
void setGen(org.apache.commons.math3.complex.Complex pq,
Unit.UnitType unit)
pq - generation valueunit - generation unit
void setGenQ(double q,
Unit.UnitType unit)
q - generation Q valueunit - generation Q unit
void setGen(org.apache.commons.math3.complex.Complex pq)
pq - generation P and Q value
void setGenQ(double q)
q - generation Q value