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