refactor: fix formatting DDG
This commit is contained in:
parent
bb9af7732e
commit
0d74b34121
@ -64,7 +64,6 @@ class DelayPair(PseudoPositioner):
|
|||||||
ch2 = Component(DummyPositioner, name="ch2")
|
ch2 = Component(DummyPositioner, name="ch2")
|
||||||
io = Component(DelayStatic, name="io")
|
io = Component(DelayStatic, name="io")
|
||||||
|
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
# Change suffix names before connecting (a bit of dynamic connections)
|
# Change suffix names before connecting (a bit of dynamic connections)
|
||||||
self.__class__.__dict__["ch1"].suffix = kwargs["channel"][0]
|
self.__class__.__dict__["ch1"].suffix = kwargs["channel"][0]
|
||||||
@ -158,7 +157,7 @@ class DelayGeneratorDG645(Device):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Command PVs
|
# Command PVs
|
||||||
#arm = Component(EpicsSignal, "TriggerDelayBO", name="arm", kind=Kind.omitted)
|
# arm = Component(EpicsSignal, "TriggerDelayBO", name="arm", kind=Kind.omitted)
|
||||||
|
|
||||||
# Burst mode
|
# Burst mode
|
||||||
burstMode = Component(
|
burstMode = Component(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user