I have edited python block in gnuradio "Embeded Python Block"
Folloing is the part of code.
def __init__(self, Id='', default_value=2.37e9, start=1.9e9 ,stop=1.9e9,
step=2e6): # only default arguments here
gr.sync_block.__init__(
self,
name='Frequency sweeper',
in_sig=[],
out_sig=[]
)
I want to make the type of Id Id so that i would create a variable as
sown in attached snap. As currently its type is Id. help me to figure out
this. Thanks
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com