#include <ACLineSegment.h>
A wire or combination of wires, with consistent electrical characteristics, building a single electrical system, used to carry alternating current between points in the power system. For symmetrical, transposed 3ph lines, it is sufficient to use attributes of the line segment, which describe impedances and admittances for the entire length of the segment. Additionally impedances can be computed by using length and associated per length impedances. The BaseVoltage at the two ends of ACLineSegments in a Line shall have the same BaseVoltage.nominalVoltage. However, boundary lines may have slightly different BaseVoltage.nominalVoltages and variation is allowed. Larger voltage difference in general requires use of an equivalent branch.
IEC61970::Base::Domain::Susceptance IEC61970::Base::Wires::ACLineSegment::b0ch |
Zero sequence shunt (charging) susceptance, uniformly distributed, of the entire line section.
IEC61970::Base::Domain::Susceptance IEC61970::Base::Wires::ACLineSegment::bch |
Positive sequence shunt (charging) susceptance, uniformly distributed, of the entire line section. This value represents the full charging over the full length of the line.
std::list<IEC61970::Base::Wires::Clamp*> IEC61970::Base::Wires::ACLineSegment::Clamp |
The clamps connected to the line segment.
IEC61970::Base::Domain::Conductance IEC61970::Base::Wires::ACLineSegment::g0ch |
Zero sequence shunt (charging) conductance, uniformly distributed, of the entire line section.
IEC61970::Base::Domain::Conductance IEC61970::Base::Wires::ACLineSegment::gch |
Positive sequence shunt (charging) conductance, uniformly distributed, of the entire line section.
IEC61970::Base::Domain::Resistance IEC61970::Base::Wires::ACLineSegment::r |
Positive sequence series resistance of the entire line section.
IEC61970::Base::Domain::Resistance IEC61970::Base::Wires::ACLineSegment::r0 |
Zero sequence series resistance of the entire line section.
IEC61970::Base::Domain::Temperature IEC61970::Base::Wires::ACLineSegment::shortCircuitEndTemperature |
Maximum permitted temperature at the end of SC for the calculation of minimum short-circuit currents. Used for short circuit data exchange according to IEC 60909
IEC61970::Base::Domain::Reactance IEC61970::Base::Wires::ACLineSegment::x |
Positive sequence series reactance of the entire line section.
IEC61970::Base::Domain::Reactance IEC61970::Base::Wires::ACLineSegment::x0 |
Zero sequence series reactance of the entire line section.