mxcubecore.HardwareObjects.LNLS.EPICSActuator#
Superclass for EPICS actuators.
Should be put as the first superclass, e.g. class EPICSMotor(EPICSActuator, AbstractMotor):
Example of xml file:
- <object class=”LNLS.EPICSActuator”>
<channel type=”epics” name=”epicsActuator_val”>MNC:B:LUCIOLE01:LIGHT_CH1</channel> <channel type=”epics” name=”epicsActuator_rbv” polling=”500”>MNC:B:LUCIOLE01:LIGHT_CH1</channel> <username>BackLight</username> <motor_name>BackLight</motor_name> <default_limits>(0, 8000)</default_limits>
</object>
Classes
|
EPCIS actuator class |
- class mxcubecore.HardwareObjects.LNLS.EPICSActuator.EPICSActuator(name)[source]#
Bases:
AbstractActuator
EPCIS actuator class