- Notifications
You must be signed in to change notification settings - Fork441
Closed
Description
The first line of the docstring forrlocus
suggests that there's a kwargklist
,
"""rlocus(sys[, klist, xlim, ylim, ...])
python-control/control/matlab/wrappers.py
Line 200 ine4a03e8
"""rlocus(sys[, klist, xlim, ylim, ...]) |
but in the list of parameters it'skvect
.
python-control/control/matlab/wrappers.py
Line 212 ine4a03e8
kvect : array_like, optional |
They're all just passed on toroot_locus_plot
anyway
python-control/control/matlab/wrappers.py
Line 247 ine4a03e8
retval=root_locus_plot(*args,**kwargs) |
and it's expectingkvect
, or, really,gains
python-control/control/rlocus.py
Line 163 ine4a03e8
gains=config._process_legacy_keyword(kwargs,'kvect','gains',gains) |
Metadata
Metadata
Assignees
Labels
No labels