Then,how to catch the value of ratiobutton block in other function or mainloop?
That means if user choose "Yes" then set USRP freq output at 900MHz,otherwise, set USRP at 950 MHz? 2009/9/7 Josh Blum <[email protected]> > Suppose that there is a radiobutton with ID xyz: > > Then, a method named "set_xyz" will be generated in the py file. > At runtime, set_xyz is called whenever the radiobutton changes. > You can add a print statement inside this set_xyz method. > > _josh > > nansai hu wrote: > >> I generated a py file by GRC with a ratiobutton block.(ratiobutton have >> two >> button "Yes" & "No") >> And now I want to modify the py file to implement a if logic by that >> ratiobutton: >> That means if user choose "Yes" then Print "XXXX", otherwise, Print >> "OOOO", >> So how and which value of ratiobutton block I should judge in py file? >> >> Is anyone have this kind of experience before? or show me a example, >> thanks >> >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Discuss-gnuradio mailing list >> [email protected] >> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> >
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
