-
Notifications
You must be signed in to change notification settings - Fork 438
inconsistent kwarg klist/kvect/gains in rlocus doc #998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is miscalled in pymoca/pymoca test/notebooks/Spring,ipynb: "control.rlocus(ss[0,0], klist=pl.logspace(-2,1,1000));\n", |
Only for the MATLAB wrapper though. The MATLAB docs call the parameter PR welcome.
The MATLAB wrapper is not part of that call. The kwarg for control.rlocus has been |
Ah, yes, sorry I see now that python-control/control/rlocus.py Line 452 in e4a03e8
My real problem was pymoca/pymoca#324 so I'll look over there at fixing that. I'm not presently concerned with |
The first line of the docstring for
rlocus
suggests that there's a kwargklist
,python-control/control/matlab/wrappers.py
Line 200 in e4a03e8
but in the list of parameters it's
kvect
.python-control/control/matlab/wrappers.py
Line 212 in e4a03e8
They're all just passed on to
root_locus_plot
anywaypython-control/control/matlab/wrappers.py
Line 247 in e4a03e8
and it's expecting
kvect
, or, really,gains
python-control/control/rlocus.py
Line 163 in e4a03e8
The text was updated successfully, but these errors were encountered: