mxcubecore.HardwareObjects.EMBL.EMBLBeamline#
Beamline class serving as singleton container for links to top-level HardwareObjects
All HardwareObjects
Classes
|
Beamline class serving as singleton container for links to HardwareObjects |
- class mxcubecore.HardwareObjects.EMBL.EMBLBeamline.EMBLBeamline(name)[source]#
Bases:
Beamline
Beamline class serving as singleton container for links to HardwareObjects
- property all_roles#
Tuple of all content object roles, indefinition and loading order
- Returns:
tuple[text_str, …]
- property back_light#
Diffractometer back light
- Return type:
Optional[HardwareObject]
- property front_light#
Diffractometer front light
- Return type:
Optional[HardwareObject]
- property ppu_control#
PPU control Hardware object
- Return type:
Optional[HardwareObject]
- property xray_centring#
X-ray Centring Procedure
NB EMBLXrayCentring is defined in EMBL-specific code, like EMBLBeamline
- Returns:
Optional[EMBLXrayCentring]