Hi Luca,
On 12/09/2022 17.15, Bachmaier, Luca wrote:
> Re-installing my module gave me this cmake error:
>
>
>
> CMake Error at lib/CMakeLists.txt … Target
> “gnuradio-myModule” links to: gnuradio::gnuradio-fec but the target was not
> found.
>
>
>
> I was able to solve thi
Hi,
I have some python snippets within the GRC that refer to certain blocks.
However, the GRC generated names can be quite unintuitive (like
blocks_stream_to_vector_1_0 etc.) . I was wondering whether it is possible
to refer to certain blocks by user-defined names.
I understand that there is an a
Hi T.K.
First you have enable the "Show All Block IDs" in GRC, then you can change
the ID of the block to whatever you want it to be.
In the snippet, then just refer to the block as self.blockname
Hope this helps.
Josh
On Wed, Sep 14, 2022 at 1:08 PM Temir Karakurum
wrote:
> Hi,
>
> I have s
UHD 4.3.0.0 is now available [1]! This release includes:
* Extension framework support
* FPGA builds using Xilinx Vivado 2021.1 (B2xx, E3xx, N3xx, X3xx, and X4xx
devices)
* Bug fixes and improvements for USRP devices. See the changelog. [1]
We'd like to thank all the USRP users that