mxcubecore.HardwareObjects.EMBL.EMBLTransfocator#

EMBLTransfocator

Classes

EMBLTransfocator(name)

Controls Transfocator

class mxcubecore.HardwareObjects.EMBL.EMBLTransfocator.EMBLTransfocator(name)[source]#

Bases: HardwareObject

Controls Transfocator

convert_value(value)[source]#

Converts int to list of bits

crl_value_changed(value)[source]#

Emit signal when crl combination changed

get_crl_value()[source]#

Return crl combination

get_mode()[source]#

Returns current crl mode

get_modes()[source]#

Returns list with available CRL modes

init()[source]#

Inits all variables

move_down()[source]#

Moves lense combination one value down

move_up()[source]#

Moves lense combination one value up

re_emit_values()[source]#

Reemits signals

set_crl_value(value, timeout=None)[source]#

Sets CRL lens combination. If integer passed then converts value to the bit list

set_mode(mode)[source]#

Sets crl mode

Parameters:

mode (str) – crl mode

Returns:

None