Skip to content

Commit f363e7b

Browse files
committed
updated iosys class/factory function documentation + docstring unit testing
1 parent a1791c9 commit f363e7b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

control/statesp.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,19 @@ def ss(*args, **kwargs):
15751575
name : string, optional
15761576
System name (used for specifying signals). If unspecified, a generic
15771577
name <sys[id]> is generated with a unique integer id.
1578+
remove_useless_states : bool, optional
1579+
If `True`, remove states that have no effect on the input/output
1580+
dynamics. If not specified, the value is read from
1581+
`config.defaults['statesp.remove_useless_states']` (default = False).
1582+
method : str, optional
1583+
Set the method used for converting a transfer function to a state
1584+
space system. Current methods are 'slycot' and 'scipy'. If set to
1585+
None (default), try 'slycot' first and then 'scipy' (SISO only).
1586+
1587+
Returns
1588+
-------
1589+
out: StateSpace
1590+
Linear input/output system.
15781591
15791592
Raises
15801593
------

0 commit comments

Comments
 (0)