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
- Host: GitHub
- URL: https://github.com/diamondlightsource/dodal
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2022-08-30T14:25:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T16:40:03.000Z (about 1 year ago)
- Last Synced: 2025-03-02T18:47:11.548Z (about 1 year ago)
- Language: Python
- Size: 298 MB
- Stars: 2
- Watchers: 17
- Forks: 11
- Open Issues: 158
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/DiamondLightSource/dodal/actions/workflows/ci.yml)
[](https://codecov.io/gh/DiamondLightSource/dodal)
[](https://pypi.org/project/dls-dodal)
[](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.