Files
sf-op/script/test/CamtoolBug.py
2017-09-05 14:15:38 +02:00

7 lines
180 B
Python

class AnalogInput(ReadonlyRegisterBase):
def doRead(self):
return cam_server.getValue("x_rms")
add_device(AnalogInput("tst"), True)
tst.setPolling(10)