| Modifier and Type | Method and Description |
|---|---|
HvdcLine2T |
IAclfNetElement.addHvdcLine2T(HvdcLine2T control,
java.lang.String fromBusId,
java.lang.String toBusId,
int dcLineNumber)
Add a 2T HVDC line into Net
|
HvdcLine2T |
IAclfNetElement.addHvdcLine2T(HvdcLine2T control,
java.lang.String fromBusId,
java.lang.String toBusId,
int dcLineNumber,
java.lang.String lineId,
java.lang.String name)
Add a 2T HVDC line into Net
|
HvdcLine2T |
IAclfNetElement.getHvdcLine2T(java.lang.String lineId)
get the 2T HVDC line
|
| Modifier and Type | Method and Description |
|---|---|
HvdcLine2T |
IAclfNetElement.addHvdcLine2T(HvdcLine2T control,
java.lang.String fromBusId,
java.lang.String toBusId,
int dcLineNumber)
Add a 2T HVDC line into Net
|
HvdcLine2T |
IAclfNetElement.addHvdcLine2T(HvdcLine2T control,
java.lang.String fromBusId,
java.lang.String toBusId,
int dcLineNumber,
java.lang.String lineId,
java.lang.String name)
Add a 2T HVDC line into Net
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseHvdcLine2TVSC<TBus extends BaseAclfBus<?,?>>
A representation of the model object 'Base Hvdc Line2 TVSC'.
|
interface |
HvdcLine2TCCC
A representation of the model object 'Line2 T'.
|
interface |
HvdcLine2TVSC |
| Modifier and Type | Method and Description |
|---|---|
HvdcLine2T |
HvdcLineFactory.createHvdcLine2T()
Returns a new object of class 'Hvdc Line2 T'.
|
HvdcLine2T |
Rectifier.getDcLine()
Returns the value of the 'Dc Line' reference.
|
HvdcLine2T |
Inverter.getDcLine()
Returns the value of the 'Dc Line' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rectifier.setDcLine(HvdcLine2T value)
Sets the value of the '
Dc Line' reference. |
void |
Inverter.setDcLine(HvdcLine2T value)
Sets the value of the '
Dc Line' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseHvdcLine2TVSCImpl<TBus extends BaseAclfBus<?,?>>
An implementation of the model object 'Hvdc Line2 TVSC'.
|
class |
HvdcLine2TCCCImpl
An implementation of the model object 'Line2 T'.
|
class |
HvdcLine2TImpl
An implementation of the model object 'Hvdc Line2 T'.
|
class |
HvdcLine2TVSCImpl |
| Modifier and Type | Method and Description |
|---|---|
HvdcLine2T |
HvdcLineFactoryImpl.createHvdcLine2T() |
HvdcLine2T |
RectifierImpl.getDcLine() |
HvdcLine2T |
InverterImpl.getDcLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
RectifierImpl.setDcLine(HvdcLine2T newDcLine) |
void |
InverterImpl.setDcLine(HvdcLine2T newDcLine) |
| Modifier and Type | Method and Description |
|---|---|
T |
HvdcLineSwitch.caseHvdcLine2T(HvdcLine2T object)
Returns the result of interpreting the object as an instance of 'Hvdc Line2 T'.
|
| Modifier and Type | Method and Description |
|---|---|
HvdcLine2T |
BaseAclfNetworkImpl.addHvdcLine2T(HvdcLine2T hvdcLine,
java.lang.String fromBusId,
java.lang.String toBusId,
int dcLineNumber) |
HvdcLine2T |
BaseAclfNetworkImpl.addHvdcLine2T(HvdcLine2T hvdcLine,
java.lang.String fromBusId,
java.lang.String toBusId,
int dcLineNumber,
java.lang.String lineId,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
HvdcLine2T |
BaseAclfNetworkImpl.addHvdcLine2T(HvdcLine2T hvdcLine,
java.lang.String fromBusId,
java.lang.String toBusId,
int dcLineNumber) |
HvdcLine2T |
BaseAclfNetworkImpl.addHvdcLine2T(HvdcLine2T hvdcLine,
java.lang.String fromBusId,
java.lang.String toBusId,
int dcLineNumber,
java.lang.String lineId,
java.lang.String name) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HvdcLine2TVSCDyn |
interface |
HvdcLine2TVSCDynPlus |
| Modifier and Type | Class and Description |
|---|---|
class |
HvdcLine2TVSCDynImpl |
| Modifier and Type | Method and Description |
|---|---|
T |
DStabHvdcSwitch.caseHvdcLine2T(HvdcLine2T object)
Returns the result of interpreting the object as an instance of 'Hvdc Line2 T'.
|