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 Python list class, with a plot method that plots the individual NyquistResponseData objects.

plot(*args, **kwargs)[source]

Plot a list of Nyquist responses.

See nyquist_plot for details.