| Package | Description |
|---|---|
| com.interpss.core.acsc | |
| com.interpss.core.acsc.adpter | |
| com.interpss.core.acsc.adpter.impl | |
| com.interpss.core.acsc.impl | |
| com.interpss.simu.util.input |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<XfrConnectCode> |
XfrConnectCode.VALUES
A public read-only list of all the 'Xfr Connect Code' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static XfrConnectCode |
XfrConnectCode.get(int value)
Returns the 'Xfr Connect Code' literal with the specified integer value.
|
static XfrConnectCode |
XfrConnectCode.get(java.lang.String literal)
Returns the 'Xfr Connect Code' literal with the specified literal value.
|
static XfrConnectCode |
XfrConnectCode.getByName(java.lang.String name)
Returns the 'Xfr Connect Code' literal with the specified name.
|
XfrConnectCode |
AcscBranch.getXfrFromConnectCode()
Returns the value of the 'Xfr From Connect Code' attribute.
|
XfrConnectCode |
AcscBranch.getXfrToConnectCode()
Returns the value of the 'Xfr To Connect Code' attribute.
|
static XfrConnectCode |
XfrConnectCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XfrConnectCode[] |
XfrConnectCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcscBranch.setXfrFromConnectCode(XfrConnectCode value)
Sets the value of the '
Xfr From Connect Code' attribute. |
void |
AcscBranch.setXfrToConnectCode(XfrConnectCode value)
Sets the value of the '
Xfr To Connect Code' attribute. |
| Modifier and Type | Method and Description |
|---|---|
XfrConnectCode |
AcscXformer.getFromConnect()
Get from side xfr connection code
|
XfrConnectCode |
AcscXformer.getToConnect()
Get to side xfr connection code
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcscXformer.setFromConnectGroundZ(XfrConnectCode connect,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit)
Set xfr from side Z in the unit specified.
|
void |
AcscXformer.setToConnectGroundZ(XfrConnectCode connect,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit)
Set xfr to side Z in the unit specified.
|
| Modifier and Type | Method and Description |
|---|---|
XfrConnectCode |
AcscXformerImpl.getFromConnect() |
XfrConnectCode |
AcscXformerImpl.getToConnect() |
| Modifier and Type | Method and Description |
|---|---|
void |
AcscXformerImpl.setFromConnectGroundZ(XfrConnectCode connect,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit) |
void |
AcscXformerImpl.setToConnectGroundZ(XfrConnectCode connect,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit) |
| Modifier and Type | Method and Description |
|---|---|
XfrConnectCode |
AcscFactoryImpl.createXfrConnectCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
XfrConnectCode |
AcscBranchImpl.getXfrFromConnectCode() |
XfrConnectCode |
AcscBranchImpl.getXfrToConnectCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
AcscBranchImpl.setXfrFromConnectCode(XfrConnectCode newXfrFromConnectCode) |
void |
AcscBranchImpl.setXfrToConnectCode(XfrConnectCode newXfrToConnectCode) |
| Modifier and Type | Method and Description |
|---|---|
static AcscBranch |
AcscInputUtilFunc.addAcscPSXfromerBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
double fromAng,
double toAng,
Unit.UnitType angUnit,
XfrConnectCode fromConCode,
double fromRg,
double fromXg,
XfrConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a PSXfr branch to the network object
|
static AcscBranch |
AcscInputUtilFunc.addAcscXformerBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
XfrConnectCode fromConCode,
double fromRg,
double fromXg,
XfrConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a xfr branch to the network object
|