bluesky.plan_stubs.unstage

bluesky.plan_stubs.unstage(obj, *, group=None, wait=None)[source]

‘Unstage’ a device (i.e., put it in standby, ‘disarm’ it).

Parameters:
objDevice
groupstring (or any hashable object), optional

identifier used by ‘wait’; None by default

waitboolean, optional

If True, wait for completion before processing any more messages. False by default.

Yields:
msgMsg

See also

bluesky.plan_stubs.stage()
bluesky.plan_stubs.unstage_all()