0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

fix(waveform): dap curve flickering

This commit is contained in:
2025-04-10 20:32:00 +02:00
parent 3a82c95f60
commit b03d2eaeed

View File

@ -1551,7 +1551,7 @@ class Waveform(PlotBase):
# Iterate over all curves
for curve in self.curves:
if curve.config.source == "custom":
if curve.config.source != "device":
continue
dev_name = curve.config.signal.name
if dev_name in readout_priority_async: