Skip to content

Commit c253d33

Browse files
committed
DOC: added documentation for return_x
1 parent 06b5fe4 commit c253d33

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

control/timeresp.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ def step_response(sys, T=None, X0=0., input=None, output=None,
387387
If True, transpose all input and output arrays (for backward
388388
compatibility with MATLAB and scipy.signal.lsim)
389389
390+
return_x: bool
391+
If True, return the state vector (default = False).
392+
390393
Returns
391394
-------
392395
T: array
@@ -463,6 +466,9 @@ def initial_response(sys, T=None, X0=0., input=0, output=None,
463466
If True, transpose all input and output arrays (for backward
464467
compatibility with MATLAB and scipy.signal.lsim)
465468
469+
return_x: bool
470+
If True, return the state vector (default = False).
471+
466472
Returns
467473
-------
468474
T: array
@@ -533,6 +539,9 @@ def impulse_response(sys, T=None, X0=0., input=0, output=None,
533539
If True, transpose all input and output arrays (for backward
534540
compatibility with MATLAB and scipy.signal.lsim)
535541
542+
return_x: bool
543+
If True, return the state vector (default = False).
544+
536545
Returns
537546
-------
538547
T: array

0 commit comments

Comments
 (0)