__init__(self,
te=0.0,
ka=0.0,
vhmax=0.0,
kh=0.0,
tk=0.0,
ke=0.0,
se1=0.0,
tr=0.0,
vrmin=0.0,
vrmax=0.0,
tc=0.0,
e2=0.0,
tj=0.0,
kc=0.0,
vfelim=0.0,
ta=0.0,
th=0.0,
kd=0.0,
vamax=0.0,
tb=0.0,
e1=0.0,
vamin=0.0,
se2=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ExcAC6A' instance.
- Parameters:
te - Exciter time constant (> 0.)
ka - Gain (> 0.)
vhmax - Maximum field current limiter signal (> 0.)
kh - Exciter field current limiter gain (>= 0.)
tk - Lag time constant (>= 0.)
ke - Exciter field resistance constant
se1 - Saturation factor at e1 (>= 0.)
tr - Filter time constant
vrmin - Minimum exciter control signal (< 0.)
vrmax - Maximum exciter control signal (> 0.)
tc - Lead time constant
e2 - Field voltage value 2. (> 0.)
tj - Field current limiter time constant (>= 0.)
kc - Rectifier regulation factor (>= 0.)
vfelim - Exciter field current limit reference (> 0.)
ta - Time constant (>= 0.)
th - Field current limiter time constant (> 0.)
kd - Exciter internal reactance (>= 0.)
vamax - Maximum controller element output (> 0.)
tb - Time constant (>= 0.)
e1 - Field voltage value 1 (> 0.)
vamin - Minimum controller element output (< 0.)
se2 - Saturation factor at e2 (>= 0.)
- Overrides:
object.__init__
|