#include <ACLineSegmentPhase.h>
Public Attributes | |
IEC61970::Base::Wires::SinglePhaseKind | phase = IEC61970::Base::Wires::SinglePhaseKind::_undef |
IEC61970::Base::Domain::Integer | sequenceNumber |
IEC61970::Base::Wires::ACLineSegment * | ACLineSegment |
Public Attributes inherited from IEC61970::Base::Core::PowerSystemResource | |
std::list< IEC61970::Base::Meas::Control * > | Controls |
std::list< IEC61970::Base::Meas::Measurement * > | Measurements |
IEC61970::Base::Core::PSRType * | PSRType |
Public Attributes inherited from IEC61970::Base::Core::IdentifiedObject | |
IEC61970::Base::Domain::String | aliasName |
IEC61970::Base::Domain::String | description |
IEC61970::Base::Domain::String | mRID |
IEC61970::Base::Domain::String | name |
std::list< IEC61970::Base::DiagramLayout::DiagramObject * > | DiagramObjects |
Represents a single wire of an alternating current line segment.
IEC61970::Base::Wires::ACLineSegment* IEC61970::Base::Wires::ACLineSegmentPhase::ACLineSegment |
The line segment to which the phase belongs.
IEC61970::Base::Wires::SinglePhaseKind IEC61970::Base::Wires::ACLineSegmentPhase::phase = IEC61970::Base::Wires::SinglePhaseKind::_undef |
The phase connection of the wire at both ends.
IEC61970::Base::Domain::Integer IEC61970::Base::Wires::ACLineSegmentPhase::sequenceNumber |
Number designation for this line segment phase. Each line segment phase within a line segment should have a unique sequence number. This is useful for unbalanced modeling to bind the mathematical model (PhaseImpedanceData of PerLengthPhaseImpedance) with the connectivity model (this class) and the physical model (WirePosition) without tight coupling.