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