bluesky.plans.configure¶
-
bluesky.plans.configure(obj, *args, **kwargs)¶ Change Device configuration and emit an updated Event Descriptor document.
Parameters: - obj (Device) –
- args – passed through to
obj.configure() - kwargs – passed through to
obj.configure()
Yields: msg (Msg) –
Msg('configure', obj, *args, **kwargs)