Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Added group to thawing
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Aug 15, 2024
1 parent 1a6aab7 commit 0ff3d8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hyperion/experiment_plans/robot_load_then_centre_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ def do_robot_load(

yield from bps.wait("robot_load")

yield from bps.abs_set(composite.thawer.thaw_for_time_s, thawing_time)
yield from bps.abs_set(
composite.thawer.thaw_for_time_s, thawing_time, group="thawing_finished"
)
yield from wait_for_smargon_not_disabled(composite.smargon)


Expand Down

0 comments on commit 0ff3d8c

Please sign in to comment.