APSBITS (1.0.2.dev7…)#

A Python package providing tools and utilities to build Bluesky Data Acquisition Instruments that can run in console, notebook, & queueserver environments.

Start your data collection session using the demo instrument as an example:

1from apsbits.demo_instrument.startup import *
2from apsbits.demo_instrument.plans import *
3
4RE(sim_print_plan())
5RE(sim_count_plan())
6RE(sim_rel_scan_plan())

How to install the apsbits package.

Demo: Using the demo instrument.

Guides, How-Tos, and examples for creating your own instrument.

Run instruments in IPython, Jupyter notebook, Python scripts, and Bluesky Queueserver sessions.

Explore the Python code and core functionality.

Configure the session logging capabilities.

About …#

home:

https://BCDA-APS.github.io/BITS/

bug tracker:

BCDA-APS/BITS#issues

source:

BCDA-APS/BITS

license:

Software License

full version:

1.0.2.dev7+ga408df7

published:

2025-04-02 00:06

reference:

Index, Module Index, Search Page

release notes:

History of Changes with each Release