Skip to main content
Ctrl+K

bluesky

  • User Documentation
  • Developer Documentation
  • bluesky
  • ophyd
  • databroker
    • amostra
    • datamuxer
    • suitcase
    • NSLS-II Repositories
    • Bug Reports
  • GitHub
  • PyPI
  • User Documentation
  • Developer Documentation
  • bluesky
  • ophyd
  • databroker
  • amostra
  • datamuxer
  • suitcase
  • NSLS-II Repositories
  • Bug Reports
  • GitHub
  • PyPI

Section Navigation

  • Tutorial
  • Plans
  • Documents
  • Recording Metadata
  • Live Visualization and Processing
  • Interruptions
  • Simulation and Error Checking
  • Progress Bar
  • Event Descriptors
  • Asynchronous Acquisition
  • Multi-Run Plans
  • Debugging and Logging
  • RunEngine API Documentation
  • Utility classes and functions
  • IPython ‘Magics’ [Experimental]
  • Tracing with Opentelemetry
  • Translating Direct PyEpics Code to Bluesky Code
  • Comparison with SPEC
  • Hardware Interface Packages
  • Appendix
  • User Documentation
  • RunEngine API Documentation
  • bluesky.run_engine.RunEngine.register_command

bluesky.run_engine.RunEngine.register_command#

RunEngine.register_command(name, func)[source]#

Register a new Message command.

Parameters:
namestr
funccallable

This can be a function or a method. The signature is f(msg).

See also

RunEngine.unregister_command()
RunEngine.print_command_registry()
RunEngine.commands

previous

bluesky.run_engine.RunEngine.request_suspend

next

bluesky.run_engine.RunEngine.unregister_command

On this page
  • RunEngine.register_command()
Edit on GitHub

This Page

  • Show Source

© Copyright 2015, Brookhaven National Lab.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.16.1.