8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df6b352 + 5d57285 commit e8db508Copy full SHA for e8db508
control/xferfcn.py
@@ -1524,14 +1524,14 @@ def ss2tf(*args, **kwargs):
1524
The function accepts either 1 or 4 parameters:
1525
1526
``ss2tf(sys)``
1527
- Convert a linear system into space system form. Always creates a
1528
- new system, even if sys is already a StateSpace object.
+ Convert a linear system from state space into transfer function form. Always creates a
+ new system.
1529
1530
``ss2tf(A, B, C, D)``
1531
- Create a state space system from the matrices of its state and
+ Create a transfer function system from the matrices of its state and
1532
output equations.
1533
1534
- For details see: :func:`ss`
+ For details see: :func:`tf`
1535
1536
Parameters
1537
----------
0 commit comments