public interface BaseConverter<TBus extends BaseAclfBus<?,?>> extends BusRef<TBus>
The following features are supported:
HvdcLinePackage.getBaseConverter()
Modifier and Type | Method and Description |
---|---|
boolean |
calculate() |
ConverterType |
getConverterType()
Returns the value of the 'Converter Type' attribute.
|
HvdcLine2T<TBus> |
getParentHvdc()
Returns the value of the 'Parent Hvdc' reference.
|
java.lang.String |
getRefBusId()
Returns the value of the 'Ref Bus Id' attribute.
|
org.apache.commons.math3.complex.Complex |
powerIntoConverter()
Into the HVDC system as the positive direction.
|
org.apache.commons.math3.complex.Complex |
powerIntoConverter(Unit.UnitType unit,
double baseKva) |
void |
setConverterType(ConverterType value)
Sets the value of the '
Converter Type ' attribute. |
void |
setParentHvdc(HvdcLine2T<TBus> value)
Sets the value of the '
Parent Hvdc ' reference. |
void |
setRefBusId(java.lang.String value)
Sets the value of the '
Ref Bus Id ' attribute. |
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
HvdcLine2T<TBus> getParentHvdc()
setParentHvdc(HvdcLine2T)
,
HvdcLinePackage.getBaseConverter_ParentHvdc()
void setParentHvdc(HvdcLine2T<TBus> value)
Parent Hvdc
' reference.
value
- the new value of the 'Parent Hvdc' reference.getParentHvdc()
ConverterType getConverterType()
ConverterType
.
rectifier/inverter indicator
ConverterType
,
setConverterType(ConverterType)
,
HvdcLinePackage.getBaseConverter_ConverterType()
void setConverterType(ConverterType value)
Converter Type
' attribute.
value
- the new value of the 'Converter Type' attribute.ConverterType
,
getConverterType()
java.lang.String getRefBusId()
setRefBusId(String)
,
HvdcLinePackage.getBaseConverter_RefBusId()
void setRefBusId(java.lang.String value)
Ref Bus Id
' attribute.
value
- the new value of the 'Ref Bus Id' attribute.getRefBusId()
org.apache.commons.math3.complex.Complex powerIntoConverter(Unit.UnitType unit, double baseKva)
unit
- baseKva
- org.apache.commons.math3.complex.Complex powerIntoConverter()
boolean calculate()