Skip to content

Commit

Permalink
Added slits gap None (no slits) for P11 (Bixente)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Gruzinov committed Nov 8, 2023
1 parent 75ad89c commit b2f3c7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mxcubecore/HardwareObjects/DESY/P11Beam.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ def get_beam_info_state(self):

return self.STATES_READY

def get_slits_gap(self):
return None, None

def mirror_state_changed(self, state=None):

if state is None:
Expand Down

0 comments on commit b2f3c7c

Please sign in to comment.