From 9cd783ee449820c57ccb830dadba292028e51266 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 1 Feb 2022 17:44:55 +0100 Subject: [PATCH] Script execution --- script/test/20220201/MultiRegionScan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/test/20220201/MultiRegionScan.py b/script/test/20220201/MultiRegionScan.py index 8f7474bb..8d847db7 100644 --- a/script/test/20220201/MultiRegionScan.py +++ b/script/test/20220201/MultiRegionScan.py @@ -252,6 +252,7 @@ class SimpleDeviceReader(Readable): the device must be set assigned to the device attribute. """ def read(self): + print("simple device read") v = source.read() print(v) return v