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