diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-06-06 17:20:29 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:03:59 -0800 |
commit | 62e2c25107234ebefe9f2668e44e79d37cd5a2e0 (patch) | |
tree | d00950e0273b9551c93db75599fde5b03c709e9e | |
parent | 8e5f18dc8d582198c742b3bfa3953b861f761b85 (diff) | |
download | uhd-62e2c25107234ebefe9f2668e44e79d37cd5a2e0.tar.gz uhd-62e2c25107234ebefe9f2668e44e79d37cd5a2e0.tar.bz2 uhd-62e2c25107234ebefe9f2668e44e79d37cd5a2e0.zip |
eiscat: Minor logging update for clock sync
-rw-r--r-- | mpm/python/usrp_mpm/dboard_manager/eiscat.py | 4 |
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. " |