CIM++ Adapted CIM Codebase
Public Attributes | List of all members
IEC61970::Base::Wires::PhaseImpedanceData Class Reference

#include <PhaseImpedanceData.h>

Inheritance diagram for IEC61970::Base::Wires::PhaseImpedanceData:
Inheritance graph
[legend]
Collaboration diagram for IEC61970::Base::Wires::PhaseImpedanceData:
Collaboration graph
[legend]

Public Attributes

IEC61970::Base::Domain::SusceptancePerLength b
 
IEC61970::Base::Domain::ResistancePerLength r
 
IEC61970::Base::Domain::Integer sequenceNumber
 
IEC61970::Base::Domain::ReactancePerLength x
 

Detailed Description

Triplet of resistance, reactance, and susceptance matrix element values.

Member Data Documentation

IEC61970::Base::Domain::SusceptancePerLength IEC61970::Base::Wires::PhaseImpedanceData::b

Susceptance matrix element value, per length of unit.

IEC61970::Base::Domain::ResistancePerLength IEC61970::Base::Wires::PhaseImpedanceData::r

Resistance matrix element value, per length of unit.

IEC61970::Base::Domain::Integer IEC61970::Base::Wires::PhaseImpedanceData::sequenceNumber

Column-wise element index, assuming a symmetrical matrix. Ranges from 1 to N + N*(N-1)/2, where N is the number of phases possibly including neutral. For instance, with N=4, column 1 = [1 2 3 4 ], column 2 = [- 5 6 7 ], column 3 = [-

  • 8 9], column 4 = [- - - 10].
IEC61970::Base::Domain::ReactancePerLength IEC61970::Base::Wires::PhaseImpedanceData::x

Reactance matrix element value, per length of unit.


The documentation for this class was generated from the following files: