*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 05a15914 authored by Schabbauer, Johannes's avatar Schabbauer, Johannes
Browse files

Added function arguments in EttusSDR worker.

parent f1716664
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ class EttusSDRWorker(Worker):
self.stream = threading.Thread(
target=usrp.main,
args = ()
args = (tx_frequency,tones["freq_MHz"], tones["ampl"],duration)
)
self.stream.daemon = True
self.stream.start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment