bluesky.bundlers.RunBundler.create#
- async RunBundler.create(msg)[source]#
- Start bundling future obj.read() calls for an Event document. - Expected message object is: - Msg('create', None, name='primary') Msg('create', name='primary') - Note that the name kwarg will be the ‘name’ field of the resulting descriptor. So descriptor[‘name’] = msg.kwargs[‘name’]. - Also note that changing the ‘name’ of the Event will create a new Descriptor document.