ophyd.positioner.PositionerBase.stop

PositionerBase.stop(*, success: bool = False)

Stops motion.

Sub-classes must extend this method to _actually_ stop the device.

Parameters
successbool, optional

If the move should be considered a success despite the stop.

Defaults to False