We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From PR #684:
If I use the following code (from the now skipped unit test in control/tests/rootlocus_test.py:
control/tests/rootlocus_test.py
syscont = ct.TransferFunction(1,[1, 3, 0]) ct.rootlocus_pid_designer(syscont, input_signal='r', Kp0=0.01, derivative_in_feedback_path=True)
then I get the following plot:
The text was updated successfully, but these errors were encountered:
Also, there is currently no entry for rootlocus_pid_designer in the online documentation (from the docs/ directory).
Sorry, something went wrong.
sawyerbfuller
Successfully merging a pull request may close this issue.
From PR #684:
If I use the following code (from the now skipped unit test in
control/tests/rootlocus_test.py
:then I get the following plot:
The text was updated successfully, but these errors were encountered: