On 11/07/2011 09:16 AM, Yan Nie wrote: > Dear all, > > I am using self.stream_cmd = uhd.stream_cmd() in Python to define how > the devices send samples to the host, though got an AttributeError: > 'module' object has no attribute 'stream_cmd'. I checked the > definition of stream_cmd, which is an attribute of uhd and similar as > clock_config. I am wondering what is the problem here, and what > causes this error? >
I dont thing stream command has been "swigged" up into python. This is because starting and stopping is handled by the scheduler which is written in c++. So there was not a need to issue stream commands in python. -josh > Any of your answer would be greatly appreciated. > > Thanks, Yan > > _______________________________________________ Discuss-gnuradio > mailing list Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio