Re: When I try to run test block receive this

2022-11-07 Thread Marcus Müller
Ah this looks like you entered "10.0M" into a field. Sadly, that display logic doesn't work the other way around - you need to note that as 10.0e6 (and 2.5e6 instead of 2.5M). Hope that helps! Best regards, Marcus On 06/11/2022 21.14, robin ivetic wrote: File

When I try to run test block receive this

2022-11-06 Thread robin ivetic
File "/home/otpisani/Downloads/top_block.py", line 139 self.filter_fft_low_pass_filter_0 = filter.fft_filter_ccc(1, firdes.low_pass(1, 15.0, 10.0M, 2.5M, window.WIN_HAMMING, 0), 1) ^ SyntaxError: