File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/mx_bluesky/hyperion/experiment_plans Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818from dodal .devices .mx_phase1 .aperturescatterguard import ApertureValue
1919from dodal .devices .mx_phase1 .beamstop import BeamstopPositions
2020from dodal .devices .mx_phase1 .scintillator import InOut as ScinInOut
21- from dodal .devices .mx_phase1 .scintillator import Scintillator
21+ from dodal .devices .mx_phase1 .scintillator import Scintillator , move_scintillator_safely
2222from dodal .devices .oav .oav_detector import OAV
2323from dodal .devices .robot import BartRobot , PinMounted
2424from dodal .devices .smargon import Smargon
@@ -79,7 +79,7 @@ def move_to_udc_default_state(devices: UDCDefaultDevices):
7979 devices .hutch_shutter , ShutterDemand .OPEN , group = _GROUP_PRE_BEAMSTOP_CHECK
8080 )
8181
82- yield from bps . abs_set (devices .scintillator . selected_pos , ScinInOut .OUT , wait = True )
82+ yield from move_scintillator_safely (devices .scintillator , ScinInOut .OUT )
8383
8484 yield from bps .abs_set (
8585 devices .fluorescence_det_motion .pos ,
You can’t perform that action at this time.
0 commit comments