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

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

Plot a list of time responses.

See time_response_plot for details.