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

fix(bec_lib): added pyepics compliant wait function to put

wakonig_k requested to merge fix/put_set into master

Description

Added option turn a put into a blocking call. This makes the put more compliant with the pyepics PV.put method.

Type of Change

  • Added wait flag to put.
  • Improved doc strings for put and set.
  • Added test cases.

Definition of Done

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

Merge request reports