add missing documentation for t_eval in input_output_response · python-control/python-control@ad7ce5f

Original file line numberDiff line numberDiff line change

@@ -1618,6 +1618,10 @@ def input_output_response(

16181618

number of states in the system, the initial condition will be padded

16191619

with zeros.

16201620
1621+

t_eval : array-list, optional

1622+

List of times at which the time response should be computed.

1623+

Defaults to ``T``.

1624+
16211625

return_x : bool, optional

16221626

If True, return the state vector when assigning to a tuple (default =

16231627

False). See :func:`forced_response` for more details.