From d10558a363ee67b57f2b82a076b6d67b2bda84b0 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 1 Feb 2022 17:42:46 +0100 Subject: [PATCH] Script execution --- script/test/20220201/MultiRegionScan.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/test/20220201/MultiRegionScan.py b/script/test/20220201/MultiRegionScan.py index ed77ae15..76c50979 100644 --- a/script/test/20220201/MultiRegionScan.py +++ b/script/test/20220201/MultiRegionScan.py @@ -252,8 +252,9 @@ class SimpleDeviceReader(Readable): the device must be set assigned to the device attribute. """ def read(self): - print("simple device read") - return source.read() + v = source.read() + print("simple device read", v) + return v def setup_live_plots(regions): global live_plots