bluesky.plan_stubs.configure#
- bluesky.plan_stubs.configure(obj: Configurable, *args, **kwargs) Generator[Msg, Any, Mapping[str, Reading]][source]#
- Change Device configuration and emit an updated Event Descriptor document. - Parameters:
- objDevice
- args
- passed through to - obj.configure()
- kwargs
- passed through to - obj.configure()
 
- Returns:
- configuration:
- Tuple of old and new configuration as returned by obj.read_configuration() 
 
- Yields:
- msgMsg
- Msg('configure', obj, *args, **kwargs)