public interface BusScGrounding
extends org.eclipse.emf.ecore.EObject, com.hazelcast.nio.serialization.DataSerializable
The following features are supported:
AcscPackage.getBusScGrounding()
Modifier and Type | Method and Description |
---|---|
BusGroundCode |
getGroundCode()
Returns the value of the 'Ground Code' attribute.
|
Unit.UnitType |
getUnit()
Returns the value of the 'Unit' attribute.
|
org.apache.commons.math3.complex.Complex |
getZ()
Returns the value of the 'Z' attribute.
|
org.apache.commons.math3.complex.Complex |
getZ(Unit.UnitType unit,
double baseV,
double baseKva)
get Bus SC grounding z
|
void |
setGroundCode(BusGroundCode value)
Sets the value of the '
Ground Code ' attribute. |
void |
setUnit(Unit.UnitType value)
Sets the value of the '
Unit ' attribute. |
void |
setZ(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Z ' attribute. |
void |
setZ(org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit,
double baseV,
double baseKva)
set Bus SC grounding z
|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
BusGroundCode getGroundCode()
BusGroundCode
.
Bus SC grounding code
BusGroundCode
,
setGroundCode(BusGroundCode)
,
AcscPackage.getBusScGrounding_GroundCode()
void setGroundCode(BusGroundCode value)
Ground Code
' attribute.
value
- the new value of the 'Ground Code' attribute.BusGroundCode
,
getGroundCode()
org.apache.commons.math3.complex.Complex getZ()
If the meaning of the 'Z' attribute isn't clear, there really should be more of a description here...
Bus SC grounding zsetZ(Complex)
,
AcscPackage.getBusScGrounding_Z()
void setZ(org.apache.commons.math3.complex.Complex value)
Z
' attribute.
value
- the new value of the 'Z' attribute.getZ()
Unit.UnitType getUnit()
If the meaning of the 'Unit' attribute isn't clear, there really should be more of a description here...
Bus SC grounding z unit#setUnit(UnitType)
,
AcscPackage.getBusScGrounding_Unit()
void setUnit(Unit.UnitType value)
Unit
' attribute.
value
- the new value of the 'Unit' attribute.getUnit()
void setZ(org.apache.commons.math3.complex.Complex z, Unit.UnitType unit, double baseV, double baseKva)
z
- z valueunit
- z unitbaseV
- base votlage for z unit conversionbaseKva
- base kva for z unit conversion
org.apache.commons.math3.complex.Complex getZ(Unit.UnitType unit, double baseV, double baseKva)
unit
- z unitbaseV
- base votlage for z unit conversionbaseKva
- base kva for z unit conversion