Skip to content

drss returns system with wrong dt attribute #587

Closed
@bnavigator

Description

@bnavigator

Revealed by @forgi86 in #586:

[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".

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions