Josh Blum <josh <at> joshknows.com> writes:
> 
> feldmaus wrote:
> > feldmaus <feldmann_markus <at> gmx.de> writes:
> >> Not really RIGHT:
> >> def set_samp_rate(self, samp_rate):
> >>   self.samp_rate = samp_rate
> >>   self.wxgui_fftsink2.set_samp_rate(self.samp_rate)
> >>
> >> How is the Name of the method to set up the samp_rate ?
> > self.wxgui_fftsink2.set_sample_rate(self.samp_rate)

This works for me but sometimes it crashes so it should be a Problem with
your min max of the Object <self.wxgui_fftsink2> ?

Maybe sometimes he try to set an not allowed Value.
Can you please check this ?

Regards Markus



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to