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