diff options
author | Mark Meserve <mark.meserve@ni.com> | 2018-12-21 15:52:13 -0600 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-10 09:50:16 -0800 |
commit | ec0b4dd1274c2d1d3fd392561f90e0186732cd52 (patch) | |
tree | 79e77dae3a7529e642197f82bbedfbd4862adc28 /mpm/python/usrp_mpm/dboard_manager/adc_rh.py | |
parent | a476cba5f5cc753c90749d1573ae286286a89c98 (diff) | |
download | uhd-ec0b4dd1274c2d1d3fd392561f90e0186732cd52.tar.gz uhd-ec0b4dd1274c2d1d3fd392561f90e0186732cd52.tar.bz2 uhd-ec0b4dd1274c2d1d3fd392561f90e0186732cd52.zip |
rh: general code cleanup
- Add default bandwidth range
- Add default mash order constant
- Delete MPM todos
- Cleanup whitespace in MPM python code
- Add docstring for is_lo_dist_present
Diffstat (limited to 'mpm/python/usrp_mpm/dboard_manager/adc_rh.py')
-rw-r--r-- | mpm/python/usrp_mpm/dboard_manager/adc_rh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/dboard_manager/adc_rh.py b/mpm/python/usrp_mpm/dboard_manager/adc_rh.py index 2befa011f..4ddc65350 100644 --- a/mpm/python/usrp_mpm/dboard_manager/adc_rh.py +++ b/mpm/python/usrp_mpm/dboard_manager/adc_rh.py @@ -99,7 +99,7 @@ class AD9695Rh(object): self.log.trace("Clock status readback: 0x{:X}".format(clock_status)) if clock_status != 0x01: self.log.error("Input clock not detected") - raise RuntimeError("Input clock not detected for ADC") + raise RuntimeError("Input clock not detected for ADC") self.log.trace("ADC Configuration.") self.pokes8(( |