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:
@ -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:
|
||||
|
Reference in New Issue
Block a user