diff options
author | Johannes Demel <demel@ant.uni-bremen.de> | 2020-07-24 10:20:54 +0200 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2020-07-30 10:08:47 -0700 |
commit | f25a97122d74ce8217efcdec807b4c338627ec06 (patch) | |
tree | d9eb9528175bc94fe65b16e1262b667517788b72 /gr-trellis/examples/python | |
parent | 30643f01609e915296023adc37123e27e2c86d3f (diff) |
uhd: Update possible master_clock_rate:s
A USRP block offers the option to set a `clock_rate` which in turn sets
`master_clock_rate` in UHD. There were some common options
(153.6MHz, 125MHz, 122.88MHz) missing for N310s. Now these options are added.
Instead of a separate call to `set_clock_rate`, `master_clock_rate` is
now set as part of the device address string. This behavior makes it
more consistent with UHD examples. Flowgraphs that set MCR as part of
their `device_args` option, are currently overruled if clock rate is set
too. This behavior may easily be reversed.
According to the UHD manual, X300s don't support
`set_master_clock_rate`, thus in this case it is strictly necessary to
set MCR as part of the device address string.
Diffstat (limited to 'gr-trellis/examples/python')
0 files changed, 0 insertions, 0 deletions