Fix controller off call in destroy #130
Reference in New Issue
Block a user
Delete Branch "fix/controller_destroy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After refactoring the BEC server, we have removed any controller specific logic on the device server. This means that any device needs to fully implement its own logic in the
wait_for_connectionanddestroymethods of ophyd. This PR adds thecontroller.offcall to the destroy method for all Galil ophyd implementations.This should resolve the reported issue with enable/disable for Flomni.
3b3e516a98to5c5a5c3d98