Bug #372
Update usrp_wfm_rcv2_nogui.py for C++ daughterboard code
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Johnathan Corgan | % Done: | 0% |
|
| Category: | - | |||
| Target version: | release-3.2.1 | |||
| Resolution: | fixed |
Description
The USRP example script usrp_wfm_rcv2_nogui.py fails in two places.
The call to self.subdev.set_freq() now returns a freq_result_t, which it is not expecting. Also, the usrp.calc_dxc_freq method has not been re-exported to Python after the change to the C++ daughterboard code.
History
Updated by Johnathan Corgan almost 4 years ago
Fixed in r11316.
Updated by Johnathan Corgan almost 4 years ago
- Status changed from New to Closed
- Resolution set to fixed