public interface HvdcLine2T<TBus extends BaseAclfBus<?,?>> extends Branch
The following features are supported:
HvdcLinePackage.getHvdcLine2T()| Modifier and Type | Method and Description |
|---|---|
boolean |
calculateLoadflow() |
double |
getDcKvaBase() |
java.lang.String |
getDcLineNumber()
Returns the value of the 'Dc Line Number' attribute.
|
double |
getDcVoltageBase() |
double |
getImax()
Returns the value of the 'Imax' attribute.
|
double |
getMvaRating()
Returns the value of the 'Mva Rating' attribute.
|
double |
getRBase() |
double |
getRdc()
Returns the value of the 'Rdc' attribute.
|
double |
getRdc(Unit.UnitType unit) |
double |
getXBase() |
org.apache.commons.math3.complex.Complex |
powerIntoConverter(java.lang.String acBusId)
calculate power into the net at the termial identified by the AC bus id
|
void |
setDcLineNumber(java.lang.String value)
Sets the value of the '
Dc Line Number' attribute. |
void |
setImax(double value)
Sets the value of the '
Imax' attribute. |
void |
setMvaRating(double value)
Sets the value of the '
Mva Rating' attribute. |
void |
setRdc(double value)
Sets the value of the '
Rdc' attribute. |
void |
setRdc(double value,
Unit.UnitType unit) |
getCircuitNumber, getFromBus, getFromBusId, getNetwork, getOppositeBus, getOriginalBranchId, getToBus, getToBusId, isFromBus, isFromSideMetered, isGroundBranch, isToBus, reconnect, setAttributes, setAttributes, setCircuitNumber, setFromBus, setFromSideMetered, setNetwork, setOriginalBranchId, setToBus, toStringgetExtensionObject, setExtensionObjectgetArea, getAreaId, getExtSeqNumber, getIntFlag, getOwner, getOwnerId, getSortNumber, getWeight, getZone, getZoneId, isBooleanFlag, setArea, setAreaId, setBooleanFlag, setExtSeqNumber, setIntFlag, setOwner, setOwnerId, setSortNumber, setWeight, setZone, setZoneIdcheckData, 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 getMvaRating()
"0".
setMvaRating(double),
HvdcLinePackage.getHvdcLine2T_MvaRating()void setMvaRating(double value)
Mva Rating' attribute.
value - the new value of the 'Mva Rating' attribute.getMvaRating()double getImax()
"0".
current margin
setImax(double),
HvdcLinePackage.getHvdcLine2T_Imax()void setImax(double value)
Imax' attribute.
value - the new value of the 'Imax' attribute.getImax()java.lang.String getDcLineNumber()
"0".
setDcLineNumber(String),
HvdcLinePackage.getHvdcLine2T_DcLineNumber()void setDcLineNumber(java.lang.String value)
Dc Line Number' attribute.
value - the new value of the 'Dc Line Number' attribute.getDcLineNumber()double getRdc()
"0".
DC r in ohms
setRdc(double),
HvdcLinePackage.getHvdcLine2T_Rdc()double getRdc(Unit.UnitType unit)
unit - void setRdc(double value)
Rdc' attribute.
value - the new value of the 'Rdc' attribute.getRdc()void setRdc(double value,
Unit.UnitType unit)
value - unit - double getRBase()
double getXBase()
double getDcKvaBase()
double getDcVoltageBase()
org.apache.commons.math3.complex.Complex powerIntoConverter(java.lang.String acBusId)
boolean calculateLoadflow()