mxcubecore.HardwareObjects.ALBA.ALBABackLight# Functions test_hwo(hwo) Classes ALBABackLight(*args) class mxcubecore.HardwareObjects.ALBA.ALBABackLight.ALBABackLight(*args)[source]# Bases: HardwareObject get_state()[source]# Getter for state attribute. Implementations must query the hardware directly, to ensure current results. Returns: Current state. Return type: HardwareObjectState init()[source]# Hardware object init. is_ready()[source]# Convenience function: Check if the object state is READY. The same effect could be achieved with `python self.get_state() == self.STATES.READY ` Returns: True if ready, otherwise False. Return type: bool