Re: [Discuss-gnuradio] Building an OOT Python block

2019-06-23 Thread Barry Duggan
Hi Derek, Thanks, that fixed it :) -- Barry Duggan cell: 256-426-0824 ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Building an OOT Python block

2019-06-22 Thread Derek Kozel
I think you want Import numpy as np On Sat, Jun 22, 2019, at 9:22 PM, Barry Duggan wrote: > I am trying to build an Out of Tree block in Python, but having a > problem. The tutorial on building a Python block (squareme) didn't > address input and output ports :( > > Here is my code (just to get

[Discuss-gnuradio] Building an OOT Python block

2019-06-22 Thread Barry Duggan
I am trying to build an Out of Tree block in Python, but having a problem. The tutorial on building a Python block (squareme) didn't address input and output ports :( Here is my code (just to get the basic structure): """ #!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright 2019 Barry Du