mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
wip
This commit is contained in:
@ -1628,9 +1628,11 @@ class Waveform(PlotBase):
|
|||||||
if scan_item.status_message is None:
|
if scan_item.status_message is None:
|
||||||
logger.warning(f"Scan item with {scan_item.scan_id} has no status message.")
|
logger.warning(f"Scan item with {scan_item.scan_id} has no status message.")
|
||||||
return
|
return
|
||||||
self.scan_item = scan_item
|
|
||||||
self.scan_id = scan_item.scan_id
|
if self.scan_id != scan_item.scan_id:
|
||||||
self._emit_signal_update()
|
self.scan_item = scan_item
|
||||||
|
self.scan_id = scan_item.scan_id
|
||||||
|
self._emit_signal_update()
|
||||||
return
|
return
|
||||||
|
|
||||||
if len(self.client.history) == 0:
|
if len(self.client.history) == 0:
|
||||||
|
Reference in New Issue
Block a user