__init__(self,
e1=0.0,
se2=0.0,
tf=0.0,
oelin=0.0,
ki=0.0,
ta=0.0,
vrmax=0.0,
tr=0.0,
kf=0.0,
vrmin=0.0,
te=0.0,
ka=0.0,
kp=0.0,
td=0.0,
kd=0.0,
vemin=0.0,
ke=0.0,
se1=0.0,
e2=0.0,
uelin=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ExcDC4B' instance.
- Parameters:
e1 - Field voltage value 1 (> 0.)
se2 - Saturation factor at e2 (>= 0.)
tf - Rate feedback time constant (>= 0.)
oelin - OEL input: if < 2, LV gate; if = 2, subtract from error
signal
ki - Integral gain (>= 0.)
ta - Time constant (> 0.)
vrmax - Maximum controller output
tr - Filter time constant (>= 0.)
kf - Rate feedback gain (>= 0.)
vrmin - Minimum controller output (<= 0.)
te - Exciter time constant (> 0.)
ka - Gain (> 0.)
kp - Proportional gain (>= 0.)
td - Derivative time constant (> 0. If kd > 0.)
kd - Derivative gain (>= 0.)
vemin - Exciter minimum output (<= 0.)
ke - Exciter field resistance line slope
se1 - Saturation factor at e1 (>= 0.)
e2 - Field voltage value 2. (> 0.)
uelin - UEL input: if < 2, HV gate; if = 2, add to error signal
- Overrides:
object.__init__
|