An open API service indexing awesome lists of open source software.

https://github.com/diamondlightsource/dodal

Ophyd devices and other utils that could be used across DLS beamlines
https://github.com/diamondlightsource/dodal

Last synced: about 1 year ago
JSON representation

Ophyd devices and other utils that could be used across DLS beamlines

Awesome Lists containing this project

README

          

[![CI](https://github.com/DiamondLightSource/dodal/actions/workflows/ci.yml/badge.svg)](https://github.com/DiamondLightSource/dodal/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/DiamondLightSource/dodal/branch/main/graph/badge.svg)](https://codecov.io/gh/DiamondLightSource/dodal)
[![PyPI](https://img.shields.io/pypi/v/dls-dodal.svg)](https://pypi.org/project/dls-dodal)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)

# dodal

Ophyd devices and other utils that could be used across DLS beamlines

Source |
:---: | :---:
PyPI | `pip install dls-dodal`
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

# On a beamline workstation, this should suffice:
dodal connect ${BEAMLINE}
```

For more options, including a list of valid beamlines, type

```
dodal connect --help
```

See https://diamondlightsource.github.io/dodal for more detailed documentation.