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

feat: added computed signal

wakonig_k requested to merge feat/dynamic_pseudo into master

Description

Added ComputedSignal to dynamically construct new signals from within BEC. It is somewhat similar to ophyd's DerivedSignal but supports runtime modifications of the forward method and the dynamic assignment of input signals.

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports