API#
The API module provides command-line interfaces for instrument management:
Create a new instrument from a fixed template. |
|
Delete an instrument and its associated qserver configuration. |
|
Run an instrument's startup module and return the ophyd registry information. |
These command-line tools help with:
Creating new instruments from templates
Deleting instruments and their associated qserver configurations
Running instruments and retrieving their ophyd registry information
Example Usage#
Create a new instrument:
create-bits --name my_instrument --path /path/to/instrument
Delete an instrument:
delete-bits --name my_instrument --path /path/to/instrument
Run an instrument:
run-bits --name my_instrument --path /path/to/instrument
API Reference#
API module for BITS.
This module provides command-line interfaces for creating, deleting, and running instruments in the BITS framework.