mxcubecore.HardwareObjects.ALBA.ALBAEnergy# Functions test_hwo(hwo) Classes ALBAEnergy(*args) class mxcubecore.HardwareObjects.ALBA.ALBAEnergy.ALBAEnergy(*args)[source]# Bases: HardwareObject 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 re_emit_values()[source]# Update values for all internal attributes Should be expanded in subclasse with more updatable attributes (e.g. value, limits)