aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpm/python/usrp_mpm/dboard_manager/eiscat.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/dboard_manager/eiscat.py b/mpm/python/usrp_mpm/dboard_manager/eiscat.py
index 0f58b6e7f..adbbd848f 100644
--- a/mpm/python/usrp_mpm/dboard_manager/eiscat.py
+++ b/mpm/python/usrp_mpm/dboard_manager/eiscat.py
@@ -491,6 +491,10 @@ class EISCAT(DboardManagerBase):
raise RuntimeError("Clock synchronizer measured an offset of {} ps!".format(
offset_error*1e12
))
+ else:
+ self.log.debug("Residual DAC offset error: {} ps.".format(
+ offset_error*1e12
+ ))
self.log.info("Clock Synchronization Complete!")
def _check_jesd_cores(db_clk_control, jesd_cores):
" Checks clocks are enabled; init the JESD core; throw on failure. "