control.NyquistResponseList
- class control.NyquistResponseList(iterable=(), /)[source]
Bases:
list
List of NyquistResponseData objects with plotting capability.
This class consists of a list of
NyquistResponseData
objects. It is a subclass of the Pythonlist
class, with aplot
method that plots the individualNyquistResponseData
objects.- plot(*args, **kwargs)[source]
Plot a list of Nyquist responses.
See
nyquist_plot
for details.