EPICS Motor Variants¶
BEC exposes three closely related EPICS motor classes through ophyd_devices:
ophyd_devices.EpicsMotorophyd_devices.EpicsMotorECophyd_devices.EpicsUserMotorVME
Which one should I use?¶
The right choice depends on your EPICS motor implementation.
- If you have an ECMC-based motor, choose
ophyd_devices.EpicsMotorECto get ECMC-specific signals and checks. - If you have a VME user motor, choose
ophyd_devices.EpicsUserMotorVMEto get VME-specific signals and behavior. - For everything else, start with
ophyd_devices.EpicsMotoras the normal default.