You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ben@skylab:~]% python3 [0]
Python 3.8.8 (default, Feb 19 2021, 16:53:21) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import control
>>> control.__version__
'0.9.0'
>>> sys = control.drss(1,2,3)
>>> sys.dt
0
>>>
It should return a system with sys.dt == True as "discrete time with unspecified sampling period".
The text was updated successfully, but these errors were encountered:
Revealed by @forgi86 in #586:
It should return a system with
sys.dt == True
as "discrete time with unspecified sampling period".The text was updated successfully, but these errors were encountered: