instrument (0.1.0)#
Model of a Bluesky Data Acquisition Instrument in console, notebook, & queueserver.
Start the data collection session with the same command, whether in the IPython console, a Jupyter notebook, the queueserver, or even a Python script:
1from instrument.startup import *
2from instrument.tests.sim_plans import *
3
4RE(sim_print_plan())
5RE(sim_count_plan())
6RE(sim_rel_scan_plan())
How to install the instrument package.
Demo: Notebook Startup.
Guides, How-Tos, …
Start the instrument in IPython, Jupyter notebook, Python scripts, and Bluesky Queueserver sessions.
Explore the Python code for your instrument.
Configure the session logging capabilities.
About …#
- home:
- bug tracker:
- source:
- license:
- full version:
0.1.0
- published:
2025-03-07 22:45
- reference: