On 08/29/2018 03:38 PM, Malik Saad via USRP-users wrote:
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

I have said this more than once. Please post gnuradio questions to the discuss-gnuradio mailing list, NOT HERE.



_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to