__init__(self,
te=0.0,
ke=0.0,
e1=0.0,
tc=0.0,
se2=0.0,
tb=0.0,
uelin=0.0,
e2=0.0,
tf=0.0,
kf=0.0,
vrmax=0.0,
se1=0.0,
ta=0.0,
ka=0.0,
tr=0.0,
exclim=0.0,
vrmin=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ExcDC2A' instance.
- Parameters:
te - Exciter time constant (> 0.)
ke - Exciter field resistance line slope
e1 - Field voltage value 1 (> 0.)
tc - Lead time constant
se2 - Saturation factor at e2 (>= 0.)
tb - Lag time constant (>= 0.)
uelin - UEL input: if < 2, HV gate; if = 2, add to error signal
e2 - Field voltage value 2. (> 0.)
tf - Rate feedback time constant, sec. (> 0.)
kf - Rate feedback gain (>= 0.)
vrmax - Maximum controller output
se1 - Saturation factor at e1 (>= 0.)
ta - Time constant (> 0.)
ka - Gain (> 0.)
tr - Filter time constant (>= 0.)
exclim - If not 0, apply lower limit of 0. to exciter output
vrmin - Minimum controller output (< 0.)
- Overrides:
object.__init__
|