Script execution
This commit is contained in:
@@ -253,7 +253,7 @@ class SimpleDeviceReader(ReadonlyRegisterBase):
|
||||
"""
|
||||
def read(self):
|
||||
print("simple device read")
|
||||
v = source.read()
|
||||
v = SampleCurrent.read()
|
||||
print(v)
|
||||
return v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user