from gnuradio import gr print(gr.TPP_CUSTOM) On Tue, Nov 17, 2020 at 11:06 AM Cameron Matson <ncmatso...@gmail.com> wrote:
> Hello all, > > I'm trying to use an embedded python block and would like to change the > tag propagation policy to TPP_DONT, but I can't seem to correctly qualify > that enum type. How can I refer to this value? > > Thanks, > Cameron >