Modifier and Type | Field and Description |
---|---|
static java.util.List<BusGroundCode> |
BusGroundCode.VALUES
A public read-only list of all the 'Bus Ground Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static BusGroundCode |
BusGroundCode.get(int value)
Returns the 'Bus Ground Code' literal with the specified integer value.
|
static BusGroundCode |
BusGroundCode.get(java.lang.String literal)
Returns the 'Bus Ground Code' literal with the specified literal value.
|
static BusGroundCode |
BusGroundCode.getByName(java.lang.String name)
Returns the 'Bus Ground Code' literal with the specified name.
|
BusGroundCode |
BusScGrounding.getGroundCode()
Returns the value of the 'Ground Code' attribute.
|
static BusGroundCode |
BusGroundCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BusGroundCode[] |
BusGroundCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BusScGrounding.setGroundCode(BusGroundCode value)
Sets the value of the '
Ground Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
void |
AcscXformerAdapter.setFromGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z)
Set xfr from-side grounding.
|
void |
AcscXformerAdapter.setFromGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit)
Set xfr from-side grounding
|
void |
AcscXformerAdapter.setToGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z)
Set xfr to-side grounding.
|
void |
AcscXformerAdapter.setToGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit)
Set xfr to-side gronding
|
Modifier and Type | Method and Description |
---|---|
void |
AcscXformerAdapterImpl.setFromGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex zpu) |
void |
AcscXformerAdapterImpl.setFromGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit) |
void |
AcscXformerAdapterImpl.setToGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex zpu) |
void |
AcscXformerAdapterImpl.setToGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit) |
Modifier and Type | Field and Description |
---|---|
protected static BusGroundCode |
BusScGroundingImpl.GROUND_CODE_EDEFAULT
The default value of the '
Ground Code ' attribute. |
protected BusGroundCode |
BusScGroundingImpl.groundCode
The cached value of the '
Ground Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
BusGroundCode |
AcscFactoryImpl.createBusGroundCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
BusGroundCode |
BusScGroundingImpl.getGroundCode() |
protected BusGroundCode |
BaseAcscBusImpl.getGroundCode() |
Modifier and Type | Method and Description |
---|---|
void |
BusScGroundingImpl.setGroundCode(BusGroundCode newGroundCode) |
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<java.lang.String,BusGroundCode> |
AcscFunction.str2ScGroundCode
Function to map SC grounding string to BusGroundCode
|
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,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode 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,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a xfr branch to the network object
|
static void |
AcscInputUtilFunc.setAcscPSXfromerBranch(AcscBranch branch,
java.lang.String name,
double baseKva,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
double fromAng,
double toAng,
Unit.UnitType angUnit,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a PSXfr branch to the network object
|
static void |
AcscInputUtilFunc.setAcscXformerBranch(AcscBranch branch,
java.lang.String name,
double baseKva,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Set xfr branch data
|