0
0
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:
2025-04-16 09:34:58 +02:00
parent 7f549f02ce
commit 40d1fcb621

View File

@ -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}")