uhd/mpm/python/usrp_mpm/dboard_manager
Martin Braun 6666f36c26 mpm: e320/e31x: Fix lo-lock sensors
The LO-locked sensors on these devices were getting routed to the MPM
API call get_lo_lock_sensor(), which takes a 'which' argument (rx or
tx). However, UHD wants to pass a 'chan' argument (0 or 1). The way the
code was structured, it would always return 'False' (LO not locked) when
the argument was neither 'rx' or 'tx'.

The solution is to add get_rx_lo_lock_sensor() and
get_tx_lo_lock_sensor(), which generate the appropriate 'which'
argument, but discard the 'chan' argument (there is only one LO per Tx
and Rx, respectively).
2022-01-10 08:02:41 -06:00
..
__init__.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
adc_rh.py rh: general code cleanup 2019-01-10 09:50:16 -08:00
base.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
CMakeLists.txt uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
dac_rh.py rh: Enable inverse sinc filter for DAC37J82 2020-08-12 15:19:56 -05:00
dboard_iface.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
e31x_db.py mpm: e320/e31x: Fix lo-lock sensors 2022-01-10 08:02:41 -06:00
eiscat.py uhd/mpm: eiscat: Various changes 2018-12-19 09:36:51 -08:00
empty_slot.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
gain_rh.py rh: add support for rhodium devices 2018-10-25 10:30:59 -07:00
gaintables_rh.py rh: add support for rhodium devices 2018-10-25 10:30:59 -07:00
lmk_eiscat.py uhd/mpm: eiscat: Various changes 2018-12-19 09:36:51 -08:00
lmk_mg.py
lmk_rh.py N320: Reduce PLL lock time 2021-08-16 15:42:05 -05:00
magnesium.py n3xx: mg: Make set_freq() call asynchronous 2019-08-22 10:35:13 -07:00
magnesium_update_cpld.py
mg_init.py mpm: Fix handling of rfic_digital_loopback argument 2021-10-12 12:56:15 -07:00
mg_periphs.py mpm: mg: periphs: Read lowband lo lock status from cpld 2021-04-19 12:42:33 -05:00
neon.py mpm: e320/e31x: Fix lo-lock sensors 2022-01-10 08:02:41 -06:00
rh_init.py rh: Enable clock synchronization error checking 2018-11-29 11:38:43 -08:00
rh_periphs.py mpm: Look for pca953x based devices by device/name 2020-06-11 10:39:05 -05:00
rhodium.py x300/mpmd: Port all RFNoC devices to the new RFNoC framework 2019-11-26 12:16:25 -08:00
rhodium_update_cpld.py mpm: rh: Add MAX 10 update script 2018-11-07 09:39:18 -08:00
test.py
unknown.py
x4xx_db_iface.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
x4xx_debug_db.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
x4xx_if_test_cca.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
zbx.py mpm: zbx: Fix revision compat check 2021-07-08 00:19:19 -07:00
zbx_update_cpld.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00