__init__(self,
kp=0.0,
kim=0.0,
vbmax=0.0,
kc=0.0,
kpr=0.0,
xl=0.0,
vgmax=0.0,
vmmin=0.0,
kg=0.0,
vmmax=0.0,
tr=0.0,
ta=0.0,
kpm=0.0,
angp=0.0,
vrmin=0.0,
kir=0.0,
vrmax=0.0,
ki=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ExcST4B' instance.
- Parameters:
kp - Potential source gain (> 0.)
kim - Integral gain of inner loop regulator
vbmax - Maximum excitation voltage (> 0.)
kc - Exciter regulation factor (>= 0.)
kpr - AVR proportional gain
xl - P-bar leakage reactance (>= 0.)
vgmax - Maximum inner loop feedback gain (>= 0.)
vmmin - Minimum inner loop regulator output
kg - Inner loop feedback gain (>= 0.)
vmmax - Maximum inner loop regulator output
tr - Voltage transducer time constant (>= 0.)
ta - AVR time constant (>= 0.)
kpm - Prop. gain of inner loop regulator
angp - Phase angle of potential source
vrmin - Minimum AVR output (< 0.)
kir - AVR Integral gain
vrmax - Maximum AVR output (> 0.)
ki - Current source gain (>= 0.)
- Overrides:
object.__init__
|