feat(sim_waveform): added option to emit data with add_slice
Description
Extend SimWaveform with options to emit add and add_slice data. In addition, slice_size was added, which becomes relevant if 'add_slice' is active. Based on slice_size / waveform_shape, updates will be pushed to redis. Per default, these messages are sent directly, but a new property was included to be able to activate a sleep in between. This should give plenty of options to play with this mode.
Screen_Recording_2025-04-07_at_13.55.36
Note:
append and extend values are accepted in async_update to be backwards compatible until e2e test in bec are adapted (bec#443).