Script execution
This commit is contained in:
@@ -251,8 +251,11 @@ class SimpleDeviceReader(ReadonlyRegisterBase):
|
||||
|
||||
the device must be set assigned to the device attribute.
|
||||
"""
|
||||
def initialize()
|
||||
pass
|
||||
|
||||
def read(self):
|
||||
print("simple device read", source)
|
||||
print("simple device read")
|
||||
v = source.read()
|
||||
print(v)
|
||||
return v
|
||||
|
||||
Reference in New Issue
Block a user