mxcubecore.HardwareObjects.EMBL.EMBLQueueEntry#

Module contains EMBL specific queue entries

Classes

XrayImagingQueueEntry([view, data_model, ...])

class mxcubecore.HardwareObjects.EMBL.EMBLQueueEntry.XrayImagingQueueEntry(view=None, data_model=None, view_set_queue_entry=True)[source]#

Bases: BaseQueueEntry

execute()[source]#

Execute method, should be overriden my subclasses, defines the main body of the procedure to be performed when the entry is executed.

The default executer calls excute on all child entries after this method but before post_execute.

post_execute()[source]#

Procedure to be done after execute, and execute of all children of this entry.

pre_execute()[source]#

Procedure to be done before execute.

stop()[source]#

Stops the execution of this entry, should free external resources, cancel all pending processes and so on.