Closed iandobbie closed 1 year ago
The device is defined as AnalogLineHandler(GenericPositionerHandler) and this class is GenericPositionerHandler(deviceHandler.DeviceHandler). So at its base it is standard DeviceHandler but the init function doesn't call the super().init so the required infrastructure isn't created.
Adding a super().init appears to fix this issue and the system starts up.
I am trying to get the system together enough to run experiments to show this really works.
I think this is fixed
I am trying to get a test system running. This has a windows PC running cockpit, and a red pitaya executor as a dsp replacement.
Trying to add a simple piezo as a z stage I get the following error:
I will try to see what the root cause of this is.