fix(waveform): added support for live_data and data access
Description
This MR adds backward compatible support for live data access of scan items. With BEC v3, live data won't be accessible through scan_item.data
. Instead scan_item.live_data
has to be used.
Definition of Done
-
Documentation is up-to-date.
Edited by wakonig_k