fix(exafs-scan): change default motor
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user