fix(exafs-scan): change default motor

This commit is contained in:
gac-x10da
2025-09-11 17:11:47 +02:00
committed by appel_c
parent 3df08bf6dc
commit 6946e34aca
+1 -1
View File
@@ -39,7 +39,7 @@ class EXAFSScan(ScanBase):
self.k_step_conversion = 3.81
self._check_and_upated_input_arguments()
if motor is None:
default_motor = "kb_slit_y"
default_motor = "mono_energy"
motor = default_motor # TODO Remove that motor, put energy of mono
self.motor = motor
super().__init__(exp_time=0, relative=False, settling_time=settling_time, **kwargs)