ophyd.device.BlueskyInterface.pause¶
- BlueskyInterface.pause() → None¶
Attempt to ‘pause’ the device.
This is called when ever the
RunEngine
is interrupted.A device may have internal state that means plans can not safely be re-wound. This method may: put the device in a ‘paused’ state and/or raise
NoReplayAllowed
to indicate that the plan can not be rewound.- Raises
- bluesky.run_engine.NoReplayAllowed