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: DeviceBox only displays devices of type Positioner and Signal

appel_c requested to merge fix/device_box_fixup into main

Description

This MR addresses a small bug in the deviceBox and limits its usage to devices that inherit from bec_lib.device.positioner/signal

Related Issues

closes #268 (closed)

Type of Change

  • add checks for device type
  • disable setpoint and tweak for signal

Additional Comments

Once we add information about the type of signal to be available through the bec_lib.devicemanager.DeviceManagerDS, we can be more specific about enabling the setpoint/tweak options. In addition, the refactoring revealed that precision is not available for native ophyd.Signal types.

Definition of Done

  • Documentation is up-to-date.

Merge request reports

Loading