We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6b088 commit ad7ce5fCopy full SHA for ad7ce5f
control/iosys.py
@@ -1618,6 +1618,10 @@ def input_output_response(
1618
number of states in the system, the initial condition will be padded
1619
with zeros.
1620
1621
+ t_eval : array-list, optional
1622
+ List of times at which the time response should be computed.
1623
+ Defaults to ``T``.
1624
+
1625
return_x : bool, optional
1626
If True, return the state vector when assigning to a tuple (default =
1627
False). See :func:`forced_response` for more details.
0 commit comments