dodal.beamlines#
Modules
Beamline i02-1 is also known as VMXm, or I02J. |
|
Beamline i02-2 is also known as VMXi, or I02I. |
|
note: I10 has two insertion devices one up(idu) and one down stream(idd). |
|
The I17 hardware doesn't exist yet, but this configuration file is useful for creating plans in sm-bluesky as devices build up. |
|
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. i20-1 -> i20_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]