We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4137809 commit 286465aCopy full SHA for 286465a
src/dt4acc/custom_tango/views/repeated_publishing_view.py
@@ -45,6 +45,7 @@ def __init__(self, *, prefix):
45
tmp = np.empty([2048], np.int16)
46
tmp.fill(-2 ** 15 + 1)
47
self.tune_publisher = PeriodicPublisher(view=TuneView(prefix=prefix), name="tune")
48
+ self.bpm_mimicry = None
49
50
async def heart_beat(self):
51
"""
0 commit comments