mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-13 12:11:51 +02:00
fix: formatter
This commit is contained in:
@ -273,6 +273,7 @@ class ASItpxCam(CamBase):
|
|||||||
cam = Cpt(ASItpxCam, 'cam1:')
|
cam = Cpt(ASItpxCam, 'cam1:')
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
tdc1_enable = ADCpt(EpicsSignalWithRBV, "TDC1Enable")
|
tdc1_enable = ADCpt(EpicsSignalWithRBV, "TDC1Enable")
|
||||||
tdc1_edge = ADCpt(EpicsSignalWithRBV, "TDC1Edge")
|
tdc1_edge = ADCpt(EpicsSignalWithRBV, "TDC1Edge")
|
||||||
tdc1_output = ADCpt(EpicsSignalWithRBV, "TDC1Output")
|
tdc1_output = ADCpt(EpicsSignalWithRBV, "TDC1Output")
|
||||||
|
Reference in New Issue
Block a user