Skip to main content

PhaseImpedanceData

Class Description

Impedance and conductance matrix element values. The diagonal elements are described by the elements having the same toPhase and fromPhase value and the off diagonal elements have different toPhase and fromPhase values. The matrix can also be stored in symmetric lower triangular format using the row and column attributes, which map to ACLineSegmentPhase.sequenceNumber.

Attributes

NameTypeDescription
bSusceptancePerLengthSusceptance matrix element value, per length of unit.
columnIntegerThe matrix element's column number, in the range 1 to row. Only the lower triangle needs to be stored. This column number matches ACLineSegmentPhase.sequenceNumber.
fromPhaseSinglePhaseKindRefer to the class description.
gConductancePerLengthConductance matrix element value, per length of unit.
rResistancePerLengthResistance matrix element value, per length of unit.
rowIntegerThe matrix element’s row number, in the range 1 to PerLengthPhaseImpedance.conductorCount. Only the lower triangle needs to be stored. This row number matches ACLineSegmentPhase.sequenceNumber.
toPhaseSinglePhaseKindRefer to the class description.
xReactancePerLengthReactance matrix element value, per length of unit.

Relationships

Ancestors

No ancestor classes

Descendents

No descendent classes

Associations

Source ClassSource CardinalityTargetTarget CardinalitySource NameSource Assoc. DescriptionTarget NameTarget Assoc. Description
PhaseImpedanceData1..*PerLengthPhaseImpedance1PhaseImpedanceDataAll data that belong to this conductor phase impedance.PhaseImpedanceConductor phase impedance to which this data belongs.