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

Commit

Permalink
MNT #563 no fuel_spray_bit now
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 17, 2022
1 parent 4013d5d commit 1f27075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profile_bluesky/startup/instrument/plans/uascan.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from usaxs_support.ustep import Ustep

from ..devices import fuel_spray_bit
# from ..devices import fuel_spray_bit
from ..devices import m_stage, d_stage, a_stage, as_stage, s_stage
from ..devices import monochromator, MONO_FEEDBACK_ON
from ..devices import scaler0, I0, I00, I000, upd2, trd
Expand Down Expand Up @@ -211,7 +211,7 @@ def _scan_():
moves += [as_stage.rp, asrp_vdc]

# added for fuel spray users as indication that we are counting...
moves += [fuel_spray_bit, 1]
# moves += [fuel_spray_bit, 1]

yield from user_data.set_state_plan(f"moving motors {i+1}/{intervals}")
yield from bps.mv(*moves)
Expand Down

0 comments on commit 1f27075

Please sign in to comment.