On 01/04/2013 07:03 PM, LD Zhang wrote:
Hello,

I tried the following command in python:

python:
usrp_source.set_time_now(uhd.time_spec_t(time.time())

It doesn't seem to work. Looks like the "time.time()" is wrong? Looked up an
earlier example:

set_time_now(uhd::time_spec_t(0.0), 0)

The syntax looks different. But this may be doing something different from
my intention which is to sync the USRP time to the host system time. I am
still searching for the right syntax for this command. Any help is
appreciated.

LD



_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


You'll have to put an:

import time

In your python



--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org



_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to