bluesky.plan_stubs.stage

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

‘Stage’ a device (i.e., prepare it for use, ‘arm’ 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.unstage()
bluesky.plan_stubs.stage_all()