bluesky.plan_stubs.read#

bluesky.plan_stubs.read(obj: Readable) Generator[Msg, Any, Reading][source]#

Take a reading and add it to the current bundle of readings.

Parameters:
objDevice or Signal
Returns:
reading

Reading object representing information recorded

Yields:
msgMsg

Msg(‘read’, obj)