Skip to content

DiamondLightSource/dodal

Folders and files

NameName
Last commit message
Last commit date
Aug 14, 2024
Jan 15, 2025
Aug 14, 2024
Jan 15, 2025
Jan 27, 2025
Jan 16, 2025
Jan 27, 2025
Nov 5, 2024
Nov 5, 2024
Jan 15, 2025
Nov 5, 2024
Jan 19, 2023
Nov 5, 2024
Jul 23, 2024
Jan 9, 2025
Sep 27, 2024
Jan 24, 2025

Repository files navigation

CI Coverage PyPI License

dodal

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

Source https://github.com/DiamondLightSource/dodal
PyPI pip install dls-dodal
Documentation https://diamondlightsource.github.io/dodal
Releases https://github.com/DiamondLightSource/dodal/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

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