Skip to content

Commit 45e06d2

Browse files
committed
add commented set_num_periods
1 parent 8168abf commit 45e06d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
GoodFramesNormalizer,
2121
)
2222
from ibex_bluesky_core.devices.simpledae.waiters import GoodFramesWaiter
23+
from ibex_bluesky_core.plans import set_num_periods
2324
from ibex_bluesky_core.run_engine import get_run_engine
2425

2526
NUM_POINTS: int = 3
@@ -58,6 +59,8 @@ def check_within_tolerance(setpoint: float, actual: float) -> bool:
5859
reducer=reducer_chronus,
5960
)
6061

62+
# yield from set_num_periods(dae_chronus, 100)
63+
6164
yield from ensure_connected(magnet, dae_chronus, force_reconnect=True)
6265

6366
icc = ISISCallbacks(

0 commit comments

Comments
 (0)