bluesky.run_engine.RunEngine.commands# property RunEngine.commands# The list of commands available to Msg. See also RunEngine.register_command() RunEngine.unregister_command() RunEngine.print_command_registry() Examples >>> from bluesky import RunEngine >>> RE = RunEngine() >>> # to list commands >>> RE.commands