mxcubecore.HardwareObjects.LNLS.EPICS.EPICSActuator#
Classes
|
- class mxcubecore.HardwareObjects.LNLS.EPICS.EPICSActuator.EPICSActuator(name)[source]#
Bases:
AbstractActuator- set_value(value, timeout: float = 0)[source]#
Set actuator to value.
If
timeout == 0: return at once and do not wait (default). Iftimeout is None: wait forever.- Parameters:
value – target value
timeout (float) – Optional timeout in seconds. Default is
0: do not wait.
- Raises:
ValueError – Invalid value or attempt to set read only actuator.
RuntimeError – Timeout waiting for status ready (from
wait_ready):