Startup
This commit is contained in:
6
script/test/CamtoolBug.py
Normal file
6
script/test/CamtoolBug.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class AnalogInput(ReadonlyRegisterBase):
|
||||
def doRead(self):
|
||||
return camtool.getValue("gr_y_fit_offset")
|
||||
|
||||
add_device(AnalogInput("tst"), True)
|
||||
tst.setPolling(10)
|
||||
Reference in New Issue
Block a user