__init__(self,
kf=0.0,
e2=0.0,
te=0.0,
ka=0.0,
kr=0.0,
tc=0.0,
efdn=0.0,
ke=0.0,
e1=0.0,
kd=0.0,
se2=0.0,
vamax=0.0,
tr=0.0,
vamin=0.0,
tf=0.0,
vemin=0.0,
kn=0.0,
vfemax=0.0,
tb=0.0,
se1=0.0,
kc=0.0,
ta=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ExcAC3A' instance.
- Parameters:
kf - Low level rate feedback gain (>= 0.)
e2 - Field voltage value 2. (> 0.)
te - Exciter time constant (> 0.)
ka - AVR gain (> 0.)
kr - Field self-excitation feedback gain (> 0.)
tc - TGR lead time constant
efdn - Rate feedback gain break level (> 0.)
ke - Exciter field resistance constant
e1 - Field voltage value 1 (> 0.)
kd - Exciter internal reactance (>= 0.)
se2 - Saturation factor at e2 (>= 0.)
vamax - Maximum AVR output (> 0.)
tr - Filter time constant (>= 0.)
vamin - Minimum AVR output (< 0.)
tf - Rate feedback time constant (> 0.)
vemin - Minimum field voltage limit (<= 0.)
kn - High level rate feedback gain (>= 0.)
vfemax - Exciter field current limit parameter (>= 0.)
tb - TGR lag time constant (>= 0.)
se1 - Saturation factor at e1 (>= 0.)
kc - Rectifier regulation factor (>= 0.)
ta - AVR time constant (> 0.)
- Overrides:
object.__init__
|