Source code for mxcubecore.HardwareObjects.MAXIV.beamline
"""Custom MAXIV Beamline object.
Adds support for ``emulate`` configurable, which allows to specify
features to be emulated at the beamline.
Emulation of following features are supported:
* safety_shutter - emulate safety shutter opening
* detector_cover - emulate detector cover opening
* detector_motion - emulate detector distance moves
Example of ``emulate`` configuration::
configuration:
emulate:
safety_shutter: true
detector_cover: true
detector_motion: true
"""
import mxcubecore.HardwareObjects.Beamline