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