public interface AcscLineAdapter extends AclfLineAdapter
| Modifier and Type | Method and Description |
|---|---|
double |
getHB0(Unit.UnitType unit,
double baseV)
Get branch half B0 in the unit specified.
|
org.apache.commons.math3.complex.Complex |
getZ0(Unit.UnitType unit,
double baseV)
Get branch Z0 in the unit specified.
|
void |
setHB0(double b,
Unit.UnitType unit,
double baseV)
Set branch half B0 in the unit specified.
|
void |
setZ0(org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit,
double baseV)
Set branch Z0 in the unit specified.
|
getHShuntY, setHShuntY, setHShuntYgetFromShuntY, getMvaRating1, getMvaRating2, getMvaRating3, getToShuntY, getZ, setFromShuntY, setFromShuntY, setMvaRating1, setMvaRating2, setMvaRating3, setToShuntY, setToShuntY, setZcheckData, 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, eUnsetdouble getHB0(Unit.UnitType unit, double baseV)
unit - b unitbaseV - base voltage for unit conversion
org.apache.commons.math3.complex.Complex getZ0(Unit.UnitType unit, double baseV)
unit - z unitbaseV - base voltage for unit conversion
void setHB0(double b,
Unit.UnitType unit,
double baseV)
b - B valueunit - b unitbaseV - base voltage for unit conversion
void setZ0(org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit,
double baseV)
z - z valueunit - z unitbaseV - base voltage for unit conversion