__init__(self,
te=0.0,
ka=0.0,
tb=0.0,
tf=0.0,
kf=0.0,
ke=0.0,
tr=0.0,
tc=0.0,
ta=0.0,
kc=0.0,
ki=0.0,
kp=0.0,
uelin=0.0,
vrmax=0.0,
efdmax=0.0,
vrmin=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ExcST2A' instance.
- Parameters:
te - Transformer saturation control time constant (> 0.)
ka - Gain (> 0.)
tb - Time constant (>=0.)
tf - Rate feedback time constant (>= 0.)
kf - Rate feedback gain (>= 0.)
ke - Time constant feedback
tr - Filter time constant (>= 0.)
tc - Time constant
ta - Time constant (> 0.)
kc - Rectifier loading factor (>= 0.)
ki - Current source gain (>= 0.)
kp - Potential source gain (>= 0.)
uelin - UEL input: if = 1, HV gate; if = 2, add to error signal
vrmax - Maximum controller output (> 0.)
efdmax - Maximum field voltage (>=0.)
vrmin - Minimum controller output (< 0.)
- Overrides:
object.__init__
|