mxcubecore.HardwareObjects.ESRF.ESRFMultiCollect#
Classes
|
- class mxcubecore.HardwareObjects.ESRF.ESRFMultiCollect.ESRFMultiCollect(name)[source]#
Bases:
AbstractMultiCollect
,HardwareObject
- execute_command(command_name, *args, **kwargs)[source]#
Execute command.
- Parameters:
- Raises:
AttributeError – If command not found.
- Returns:
Execution output.
- Return type:
Any
- 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: