Class Description

Wire spacing data that associates multiple wire positions with the line segment, and allows to calculate line segment impedances. Number of phases can be derived from the number of associated wire positions whose phase is not neutral.

Attributes

Name Type Description
isCable Boolean If true, this spacing data describes a cable.
phaseWireCount Integer Number of wire sub-conductors in the symmetrical bundle (typically between 1 and 4).
phaseWireSpacing Length Distance between wire sub-conductors in a symmetrical bundle.
usage WireUsageKind Usage of the associated wires.

Relationships

Inherits from

Descendant classes

  • No descendant classes

Leaf/Root class

IsLeaf IsRoot
False False

Associations

Source Class Cardinality Source Target Class Cardinality Target Source Name Source Assoc. Description Target Name Target Assoc. Description
ACLineSegment 0..* WireSpacingInfo 0..1 ACLineSegment WireSpacingInfo
WireSpacingInfo 0..* DuctBank 0..1 WireSpacingInfos DuctBank
WireSpacingInfo 0..* Structure 0..* WireSpacingInfos Structures
WireSpacingInfo 0..1 WirePosition 1..* WireSpacingInfo Wire spacing data this wire position belongs to. WirePositions All positions of single wires (phase or neutral) making the conductor.