Skip to content
Snippets Groups Projects
Verified Commit 0e0e9ac8 authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

Fix default delay

parent 4a6bb70b
No related branches found
No related tags found
1 merge request!66Extend simulator module
......@@ -55,7 +55,7 @@ def with_delay(meth):
skip_wait = getattr(wrapped, '__with_delay', False)
if delay is True:
delay = 1 / settings['df']
delay = settings['n_pts'] / settings['fs']
it = meth(self, **settings)
while True:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment