mxcubecore.HardwareObjects.MAXIV.BIOMAXTransmission#

Classes

BIOMAXTransmission(rootName)

class mxcubecore.HardwareObjects.MAXIV.BIOMAXTransmission.BIOMAXTransmission(rootName: str)[source]#

Bases: HardwareObject

Parameters:

rootName (str) –

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

stop()[source]#

Gentler (?) alternative to abort.

Override as necessary to implement.