__init__(self,
ta=0.0,
vimin=0.0,
vamin=0.0,
kf=0.0,
vrmin=0.0,
ka=0.0,
tb=0.0,
vamax=0.0,
tb1=0.0,
uelin=0.0,
kc=0.0,
tc1=0.0,
tf=0.0,
klr=0.0,
vimax=0.0,
tc=0.0,
pssin=0.0,
vrmax=0.0,
tr=0.0,
ilr=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ExcST1A' instance.
- Parameters:
ta - Time constant (>= 0.)
vimin - Minimum error (< 0.)
vamin - Minimum control element output (< 0.)
kf - Rate feedback gain (>= 0.)
vrmin - Excitation voltage lower limit (< 0.)
ka - Gain (> 0.)
tb - Lag time constant (>= 0.)
vamax - Maximum control element output (> 0.)
tb1 - Lag time constant (>= 0.)
uelin - = 2 ? UEL input added to error signal = 1 ? UEL input HV gate
with error signal = -1 ? UEL input HV gate with volt. reg. output
= 0 ? ignore UEL signal
kc - Excitation system regulation factor (>= 0.)
tc1 - Lead time constant
tf - Rate feedback time constant (>= 0.)
klr - Gain on field current limit
vimax - Maximum error (> 0.)
tc - Lead time constant
pssin - = 0 ? PSS input (Vs) added to error signal not 0 ? PSS input (Vs)
added to voltage regulator output
vrmax - Excitation voltage upper limit (> 0.)
tr - Voltage transducer time constant (>= 0.)
ilr - Maximum field current
- Overrides:
object.__init__
|