Skip to content

Commit

Permalink
Update lens.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carogee authored Jan 7, 2025
1 parent 1f0f97c commit 89b2518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pcdsdevices/lens.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def __init__(self, prefix, *, name, **kwargs):
else (1 if state in self.out_states
else 0))
super().__init__(prefix, name=name, **kwargs)



self.x = self.x_motor
self.y = self.y_motor

Expand Down

0 comments on commit 89b2518

Please sign in to comment.