8000 DOC: default method for sample_system was incorrect · OpethMC/python-control@4cbd4cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cbd4cb

Browse files
committed
DOC: default method for sample_system was incorrect
1 parent dbf0a9d commit 4cbd4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/dtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def sample_system(sysc, Ts, method='zoh', alpha=None):
6565
Ts : real
6666
Sampling period
6767
method : string
68-
Method to use for conversion: 'matched' (default), 'tustin', 'zoh'
68+
Method to use for conversion: 'matched', 'tustin', 'zoh' (default)
6969
7070
Returns
7171
-------

0 commit comments

Comments
 (0)
0