__init__(self,
vfemax=0.0,
vrmin=0.0,
ta=0.0,
tdr=0.0,
vtmult=0.0,
ka=0.0,
kdr=0.0,
se1=0.0,
e1=0.0,
vemin=0.0,
te=0.0,
ke=0.0,
se2=0.0,
tr=0.0,
kir=0.0,
kpr=0.0,
vrmax=0.0,
kd=0.0,
e2=0.0,
kc=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ExcAC8B' instance.
- Parameters:
vfemax - Exciter field current limit parameter
vrmin - Minimum controller output (<= 0.)
ta - Amplifier time constant (>= 0.)
tdr - Voltage Regulator Derivative Time Constant (> 0. if kdr
> 0.)
vtmult - if not 0, multiply vrmax and vrmin by terminal voltage
ka - Amplifier gain (> 0.)
kdr - Voltage Regulator Derivative Gain (>= 0.)
se1 - Saturation factor at e1 (>= 0.)
e1 - Field voltage value 1 (> 0.)
vemin - Minimum exciter ouput voltage (<= 0.)
te - Exciter field time constant (> 0.)
ke - Exciter field proportional constant
se2 - Saturation factor at e2 (>= 0.)
tr - Voltage transducer time constant (>= 0.)
kir - Voltage Regulator Integral Gain (>= 0.)
kpr - Voltage Regulator Proportional Gain (> 0. if kir = 0.)
vrmax - Maximum controller output (> 0.)
kd - Exciter regulation factor (>= 0.)
e2 - Field voltage value 2. (> 0.)
kc - Rectifier regulation factor (>= 0.)
- Overrides:
object.__init__
|