control.FrequencyResponseList
- class control.FrequencyResponseList(iterable=(), /)[source]
Bases:
listList of FrequencyResponseData objects with plotting capability.
This class consists of a list of
FrequencyResponseDataobjects. It is a subclass of the Pythonlistclass, with aplotmethod that plots the individualFrequencyResponseDataobjects.- plot(*args, plot_type=None, **kwargs)[source]
Plot a list of frequency responses.
See
FrequencyResponseData.plotfor details.