PyPI | Coverage |
---|---|
BITS: Bluesky Instrument Template Structure
Template of a Bluesky Data Acquisition Instrument in console, notebook, & queueserver.
Please create a bits instrument using our template repository: https://github.com/BCDA-APS/DEMO-BITS
export INSTALL_ENVIRONMENT_NAME=apsbits_env
conda create -y -n "${INSTALL_ENVIRONMENT_NAME}" python=3.11 pyepics
conda activate "${INSTALL_ENVIRONMENT_NAME}"
pip install apsbits
For development please reference our documentation
On an ipython console
from apsbits.demo_instrument.startup import *
listobjects()
RE(sim_print_plan())
RE(sim_count_plan())
RE(sim_rel_scan_plan())