dodal#
Ophyd devices and other utils that could be used across DLS beamlines
PyPI |
|
Source code |
|
Documentation |
|
Releases |
Testing Connectivity#
You can test your connection to a beamline if it’s PVs are visible to your machine with:
# On any workstation:
dodal connect <BEAMLINE>
# On a beamline workstation, this should suffice:
dodal connect ${BEAMLINE}
For more options, including a list of valid beamlines, type
dodal connect --help
How the documentation is structured#
The documentation is split into 2 sections:
The User Guide contains documentation on how to install and use dodal.
The Developer Guide contains documentation on how to develop and contribute changes back to dodal.