Bases: object
Nyquist response data object.
Nyquist contour analysis allows the stability and robustness of a closed loop linear system to be evaluated using the open loop response of the loop transfer function. The NyquistResponseData class is used by the nyquist_response
function to return the response of a linear system along the Nyquist ‘D’ contour. The response object can be used to obtain information about the Nyquist response or to generate a Nyquist plot.
Number of encirclements of the -1 point by the Nyquist curve for a system evaluated along the Nyquist contour.
The Nyquist ‘D’ contour, with appropriate indentations to avoid open loop poles and zeros near/on the imaginary axis.
The value of the linear system under study along the Nyquist contour.
The system timebase.
The name of the system being analyzed.
If True, when the object is accessed as an iterable return two elements: count
(number of encirclements) and contour
. If False (default), then return only count
.
Methods
Plot a list of Nyquist responses.
Plot a list of Nyquist responses.
See nyquist_plot
for details.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4