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 Nov 8, 2024
1 parent 76fb9ae commit 02a5b97
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 02a5b97

Please sign in to comment.