mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 11:11:49 +02:00
remove from_start option for register
This commit is contained in:
@ -1179,7 +1179,7 @@ class Waveform(PlotBase):
|
||||
self.on_async_readback,
|
||||
MessageEndpoints.device_async_readback(self.scan_id, name),
|
||||
cb_info={"scan_id": self.scan_id},
|
||||
from_start=True,
|
||||
# from_start=True,
|
||||
)
|
||||
logger.info(f"Setup async curve {name}")
|
||||
|
||||
|
Reference in New Issue
Block a user