Using control.combine_time_responses results in the following error:
AttributeError: 'TimeResponseData' object has no attribute 'types'
This is because the code that adds new trace labels to the combined data has a bug where is trying to access a types attribute from the TimeResponseData objects instead of trace_types.
Using
control.combine_time_responsesresults in the following error:This is because the code that adds new trace labels to the combined data has a bug where is trying to access a
typesattribute from theTimeResponseDataobjects instead oftrace_types.