1
0
mirror of https://github.com/jonathanhogg/scopething synced 2025-07-13 18:52:10 +01:00

Merge branch 'master' of github.com:jonathanhogg/scopething

This commit is contained in:
2018-06-20 17:14:07 +01:00

View File

@ -328,7 +328,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):