__init__(self,
distance12=0.0,
distance11=0.0,
r0=0.0,
distance22=0.0,
distance21=0.0,
b0ch=0.0,
x0=0.0,
g0ch=0.0,
First_Terminal=None,
Second_Terminal=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'MutualCoupling' instance.
- Parameters:
distance12 - Distance from the first line's from specified terminal to end of
coupled region
distance11 - Distance from the first line's specified terminal to start of
coupled region
r0 - Zero sequence branch-to-branch mutual impedance coupling,
resistance
distance22 - Distance from the second line's specified terminal to end of
coupled region
distance21 - Distance from the second line's specified terminal to start of
coupled region
b0ch - Zero sequence mutual coupling shunt (charging) susceptance,
uniformly distributed, of the entire line section.
x0 - Zero sequence branch-to-branch mutual impedance coupling,
reactance
g0ch - Zero sequence mutual coupling shunt (charging) conductance,
uniformly distributed, of the entire line section.
First_Terminal - The starting terminal for the calculation of distances along the
first branch of the mutual coupling. Normally MutualCoupling
would only be used for terminals of AC line segments. The first
and second terminals of a mutual coupling should point to
different AC line segments.
Second_Terminal - The starting terminal for the calculation of distances along the
second branch of the mutual coupling.
- Overrides:
object.__init__
|