From a30d8601b01736b3f9cc68330bbb7f4ae817857f Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Thu, 3 Jul 2025 09:41:49 +0200 Subject: [PATCH] fix: formatter --- ophyd_devices/devices/areadetector/cam.py | 1 + 1 file changed, 1 insertion(+) 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")