Skip to content

Commit

Permalink
Set the undulator miminum move to 0.01 keV.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Oct 27, 2024
1 parent e0a2708 commit b28418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haven/devices/xray_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(self, prefix: str, name: str = ""):
actuate_signal=self.start_button,
stop_signal=self.stop_button,
done_signal=self.busy,
min_move=0.002,
min_move=0.010,
)
self.energy_taper = UndulatorPositioner(
prefix=f"{prefix}TaperEnergy",
Expand Down

0 comments on commit b28418e

Please sign in to comment.