From 83589f49f994e18763cca288e7767db0a81fcc8b Mon Sep 17 00:00:00 2001 From: Jonathan Hogg Date: Fri, 18 May 2018 22:57:09 +0100 Subject: [PATCH] Formatting of logging --- scope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scope.py b/scope.py index 69eecaf..536195a 100755 --- a/scope.py +++ b/scope.py @@ -318,7 +318,7 @@ class Scope(vm.VirtualMachine): await self.set_registers(KitchenSinkB=vm.KitchenSinkB.WaveformGeneratorEnable) await self.issue_configure_device_hardware() self._awg_running = True - Log.info(f"Signal generator running at {actualf:0.1f}Hz") + Log.info(f"Signal generator running at {actualf:,0.1f}Hz") return actualf async def stop_generator(self):