mxcubeweb.core.adapter.actuator_adapter#

Classes

ActuatorAdapter(ho, *args)

Adapter for Energy Hardware Object, a web socket is used to communicate information on longer running processes.

class mxcubeweb.core.adapter.actuator_adapter.ActuatorAdapter(ho, *args)[source]#

Bases: ActuatorAdapterBase

Adapter for Energy Hardware Object, a web socket is used to communicate information on longer running processes.

read_only()[source]#

Check if the energy is tunable or not. Retuns:

(bool): True if tunable, False if not.

stop()[source]#

Stop the execution.