control.TimeResponseList
- class control.TimeResponseList(iterable=(), /)[source]
Bases:
listList of TimeResponseData objects with plotting capability.
This class consists of a list of
TimeResponseDataobjects. It is a subclass of the Pythonlistclass, with aplotmethod that plots the individualTimeResponseDataobjects.- plot(*args, **kwargs)[source]
Plot a list of time responses.
See
time_response_plotfor details.