bluesky.run_engine.RunEngine.commands

property RunEngine.commands

The list of commands available to Msg.

Examples

>>> from bluesky import RunEngine
>>> RE = RunEngine()
>>> # to list commands
>>> RE.commands