aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python
diff options
context:
space:
mode:
authorMark Meserve <mark.meserve@ni.com>2018-11-16 17:13:00 -0600
committerBrent Stapleton <bstapleton@g.hmc.edu>2018-11-16 15:18:54 -0800
commite8143acd3eed1356caebdf5845ce1cb0faa2a678 (patch)
tree2dc0aceed1827c5ff38de8df33eb0e52b86b0a1d /mpm/python
parenta64b734a7f91a72199319b792ba09012d7d79652 (diff)
downloaduhd-e8143acd3eed1356caebdf5845ce1cb0faa2a678.tar.gz
uhd-e8143acd3eed1356caebdf5845ce1cb0faa2a678.tar.bz2
uhd-e8143acd3eed1356caebdf5845ce1cb0faa2a678.zip
rh: fix typo in set_clk_safe_state
Diffstat (limited to 'mpm/python')
-rw-r--r--mpm/python/usrp_mpm/dboard_manager/rhodium.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/dboard_manager/rhodium.py b/mpm/python/usrp_mpm/dboard_manager/rhodium.py
index 5f1061184..c736003d5 100644
--- a/mpm/python/usrp_mpm/dboard_manager/rhodium.py
+++ b/mpm/python/usrp_mpm/dboard_manager/rhodium.py
@@ -493,7 +493,7 @@ class Rhodium(DboardManagerBase):
self.dac.tx_enable(False)
self.adc.power_down_channel(True)
with open_uio(
- label="dboard-regs-{}".format(slot_idx),
+ label="dboard-regs-{}".format(self.slot_idx),
read_only=False
) as radio_regs:
# Clear the Sample Clock enables and place the MMCM in reset.