Script execution

This commit is contained in:
gac-x03da
2022-02-01 17:42:46 +01:00
parent 793d59f34f
commit d10558a363

View File

@@ -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