discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AttributeError: OOT Modul


From: Michael Dickens
Subject: Re: AttributeError: OOT Modul
Date: Wed, 12 Feb 2020 11:18:12 -0500

Hi Til - Without seeing your code, we can just provide some basic advice, such as the prior email. If you have a GitHub or GitLab public repo for this we can take a look ... otherwise it's just guesswork on our end! - MLD

On Wed, Feb 12, 2020 at 9:48 AM "Till Hülder" <address@hidden> wrote:
Hello,
 
i build a OOT Module and after installing i get this error when i run the program .
 
  File "/home/iheamira/Dokumente/BA_Huelder/gnu-radio/top_block.py", line 219, in <module>
    main()
  File "/home/iheamira/Dokumente/BA_Huelder/gnu-radio/top_block.py", line 207, in main
    tb = top_block_cls()
  File "/home/iheamira/Dokumente/BA_Huelder/gnu-radio/top_block.py", line 142, in __init__
    self.control_control_b_0 = control.control_b(5e-6, 1000, 10, 5e-6, 5e-6, 5e-6, 200e-6, 100e-6, 0.2, samp_rate)
AttributeError: 'module' object has no attribute 'control_b'
 
How can i fix this?
 
Best regards ,
Til


--
Michael Dickens
Ettus Research Technical Support
Email: address@hidden
Web: https://ettus.com/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]