Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Draft: fix(waveform): async data duplication if multiple signals from same device fixed

wyzula_j requested to merge fix/waveform-async-multiple into main

Description

Fixes bug with data multiplication if there are more signals assigned to one async device.

To test it please change in ohpyd to ophyd_devices!245 and set for Waveform widget these signals:

wf.plot(y_name="waveform", y_entry="waveform_waveform_1")
wf.plot(y_name="waveform", y_entry="waveform_waveform_2")

Related Issues

relates #497 (closed);

closes debye_bec#7 (closed)

Edited by wyzula_j

Merge request reports

Loading