ophyd.device.BlueskyInterface.unstage

BlueskyInterface.unstage() → typing.List[object]

Unstage the device.

This method returns the device to the state it was prior to the last stage call.

This method should be as fast as feasible as it does not return a status object.

This method must be idempotent, multiple calls (without a new call to ‘stage’) have no effect.

Returns:
devices : list

list including self and all child devices unstaged