__init__(self,
tr=0.0,
ilr=0.0,
vrmin=0.0,
vmult=0.0,
vrmax=0.0,
oelin=0.0,
klr=0.0,
kg=0.0,
kpa=0.0,
vamax=0.0,
ts=0.0,
kcl=0.0,
tg=0.0,
vamin=0.0,
kia=0.0,
kff=0.0,
km=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ExcST6B' instance.
- Parameters:
tr - Filter time constant (>= 0.)
ilr - Field current limiter setpoint (> 0.)
vrmin - Minimum regulator output (< 0.)
vmult - If non-zero, multiply regulator output by terminal voltage
vrmax - Maximum regulator output (> 0.)
oelin - OEL input selector: 1 ? before UEL, 2 ? after UEL, 0 ? no OEL
input
klr - Field current limiter gain (> 0.)
kg - Feedback gain (>= 0.)
kpa - Regulator proportional gain (> 0.)
vamax - PI maximum output. (> 0.)
ts - Rectifier firing time constant (not in IEEE model) (>= 0.)
kcl - Field current limiter conversion factor (> 0.)
tg - Feedback time constant (>= 0.)
vamin - PI minimum output (< 0.)
kia - Regulator integral gain (> 0.)
kff - Feedforward gain
km - Main gain
- Overrides:
object.__init__
|