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 6, 2024
1 parent 79d34aa commit 4219954
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 4219954

Please sign in to comment.