Re: [Discuss-gnuradio] transmit_path.py

2010-05-10 Thread Mikael Olofsson
Juan Quiroz wrote: > Can somebody tell me what kwards means or where can I find some help, > I'm trying to understand how this program works to make one more simple > if it is posible. > > # Get mod_kwargs > > mod_kwargs = self._modulator_class.extract_kwargs_from_options(options) > > Simple user

[Discuss-gnuradio] transmit_path.py

2010-05-10 Thread Juan Quiroz
Hi allCan somebody tell me what kwards means or where can I find some help, I'm trying to understand how this program works to make one more simple if it is posible.# Get mod_kwargs mod_kwargs = self._modulator_class.extract_kwargs_from_options(options) Simple user manual for Gnuradio is