dodal.beamlines#
Modules
Functions
Get the names of all importable modules in beamlines |
|
Get the names of all beamlines as per the ${BEAMLINE} environment variable |
|
|
Get the module name for a particular beamline, it may differ from the beamline name e.g. i04-1 -> i04_1. |
- dodal.beamlines.all_beamline_modules() Iterable[str] [source]#
Get the names of all importable modules in beamlines
- Returns:
Generator of beamline module names
- Return type:
Iterable[str]
- dodal.beamlines.all_beamline_names() Iterable[str] [source]#
Get the names of all beamlines as per the ${BEAMLINE} environment variable
- Returns:
Generator of beamline names that dodal supports
- Return type:
Iterable[str]