From 1b27c16dd3d723de2eaeec2e05854cabaebd4a76 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 2 May 2017 14:31:48 -0700 Subject: mpm: Updating ref clock frequency will propagate to dboard, changed slot indexing to numbers --- mpm/python/usrp_mpm/dboard_manager/base.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mpm/python/usrp_mpm/dboard_manager/base.py') diff --git a/mpm/python/usrp_mpm/dboard_manager/base.py b/mpm/python/usrp_mpm/dboard_manager/base.py index 52d2f22a3..13284f6d3 100644 --- a/mpm/python/usrp_mpm/dboard_manager/base.py +++ b/mpm/python/usrp_mpm/dboard_manager/base.py @@ -34,3 +34,9 @@ class DboardManagerBase(object): def get_serial(self): return self._eeprom.get("serial", "") + + def update_ref_clock_freq(self, freq): + """ + Call this function if the frequency of the reference clock changes. + """ + self.log.warning("update_ref_clock_freq() called but not implemented") -- cgit v1.2.3