fix(positioner_box): adjusted default signals
Description
Adjusted default signals for retrieving the setpoint
and the motor_is_moving
state. Sadly, ophyd.EpicsMotor
puts the kind of motor_is_moving
to omitted
but it was discussed with Controls that we would change these kinds in ophyd devices and only use those classes instead of the upstream ones.
Type of Change
- support for
setpoint
anduser_setpoint
- support for
motor_done_move
andmotor_is_moving
- if no motor state can be reported, the spinner widget is disabled.
Definition of Done
-
Documentation is up-to-date.