control.NyquistResponseList
- class control.NyquistResponseList(iterable=(), /)[source]
Bases:
listList of NyquistResponseData objects with plotting capability.
This class consists of a list of
NyquistResponseDataobjects. It is a subclass of the Pythonlistclass, with aplotmethod that plots the individualNyquistResponseDataobjects.- plot(*args, **kwargs)[source]
Plot a list of Nyquist responses.
See
nyquist_plotfor details.