Script execution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user