diff --git a/ophyd_devices/devices/areadetector/cam.py b/ophyd_devices/devices/areadetector/cam.py index 058bdb7..488bd1d 100644 --- a/ophyd_devices/devices/areadetector/cam.py +++ b/ophyd_devices/devices/areadetector/cam.py @@ -273,6 +273,7 @@ class ASItpxCam(CamBase): cam = Cpt(ASItpxCam, 'cam1:') """ + tdc1_enable = ADCpt(EpicsSignalWithRBV, "TDC1Enable") tdc1_edge = ADCpt(EpicsSignalWithRBV, "TDC1Edge") tdc1_output = ADCpt(EpicsSignalWithRBV, "TDC1Output")