mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-02-04 14:18:41 +01:00
fix: formatter
This commit is contained in:
committed by
Christian Appel
parent
ab123efe97
commit
e5a0bb4178
@@ -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