Skip to content

Commit 7dcb892

Browse files
authored
DOC: update timebase documentation (#180)
1 parent 92ccf2d commit 7dcb892

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/conventions.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ By default, all systems are considered to be continuous time systems. A
8181
discrete time system is created by specifying the 'time base' dt. The time
8282
base argument can be given when a system is constructed:
8383

84-
* dt = None: continuous time
85-
* dt = number: discrete time system with sampling period 'dt'
84+
* dt = None: no timebase specified
85+
* dt = 0: continuous time system
86+
* dt > 0: discrete time system with sampling period 'dt'
8687
* dt = True: discrete time with unspecified sampling period
8788

8889
Only the :class:`StateSpace` and :class:`TransferFunction` classes allow

0 commit comments

Comments
 (0)