from gnuradio import gr
print(gr.TPP_CUSTOM)
On Tue, Nov 17, 2020 at 11:06 AM Cameron Matson <ncmatson95@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
No comments:
Post a Comment