Skip to content

Commit ad7ce5f

Browse files
committed
add missing documentation for t_eval in input_output_response
1 parent da6b088 commit ad7ce5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

control/iosys.py

+4
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.

0 commit comments

Comments
 (0)