__init__(self,
ka=0.0,
e1=0.0,
kf=0.0,
te=0.0,
vrmin=0.0,
vrmax=0.0,
se2=0.0,
tf3=0.0,
e2=0.0,
ke=0.0,
tr=0.0,
se1=0.0,
tf2=0.0,
tf1=0.0,
ta=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ExcAC5A' instance.
- Parameters:
ka - Gain (> 0.)
e1 - Field voltage value 1 (> 0.)
kf - Rate feedback gain (>= 0.)
te - Exciter time constant, sec. (> 0.)
vrmin - Minimum controller output (< 0.)
vrmax - Maximum controller output (> 0.)
se2 - Saturation factor at e2 (>= 0.)
tf3 - Rate feedback lead time constant
e2 - Field voltage value 2. (> 0.)
ke - Exciter field resistance line slope
tr - Filter time constant (>= 0.)
se1 - Saturation factor at e1 (>= 0.)
tf2 - Rate feedback lag time constant (>= 0.)
tf1 - Rate feedback lag time constant (> 0.)
ta - Time constant (> 0.)
- Overrides:
object.__init__
|