Skip to content

Commit

Permalink
remove GenericDiffractometer's 'zoom' proxy attribute
Browse files Browse the repository at this point in the history
The 'zoom' attribute is now automagically set from the 'objects'
settings in YAML/XML configure file.
  • Loading branch information
elmjag committed Oct 28, 2024
1 parent 03b48ae commit 04f24cd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions mxcubecore/HardwareObjects/GenericDiffractometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,18 +590,6 @@ def alignment_z(self):
"""
return self.motor_hwobj_dict.get("phiz")

@property
def zoom(self):
"""zoom motor object
NBNB HACK TODO - ocnfigure this in graphics object
(which now calls this property)
Returns:
AbstractActuator
"""
return self.motor_hwobj_dict.get("zoom")

def is_ready(self):
"""
Detects if device is ready
Expand Down

0 comments on commit 04f24cd

Please sign in to comment.